branch: externals/relint
commit 34304b4f08df99a0c6396e14c19d1584dbed091e
Author: Mattias Engdegård <matti...@acm.org>
Commit: Mattias Engdegård <matti...@acm.org>

    Add (provides) line to make file importable
    
    Suggested by Pierre Téchoueyres.
---
 trawl.el | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/trawl.el b/trawl.el
index d365a5a..abf0223 100644
--- a/trawl.el
+++ b/trawl.el
@@ -412,3 +412,7 @@ searched recursively for *.el files to scan."
       (if (file-directory-p arg)
           (trawl--tree arg)
         (trawl--single-file arg)))))
+
+(provide 'trawl)
+
+;;; trawl.el ends here

Reply via email to