emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/relint 34304b4 08/44: Add (provides) line to make file


From: Mattias Engdegård
Subject: [elpa] externals/relint 34304b4 08/44: Add (provides) line to make file importable
Date: Tue, 26 Mar 2019 12:57:25 -0400 (EDT)

branch: externals/relint
commit 34304b4f08df99a0c6396e14c19d1584dbed091e
Author: Mattias Engdegård <address@hidden>
Commit: Mattias Engdegård <address@hidden>

    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

[Prev in Thread] Current Thread [Next in Thread]