branch: externals/jarchive
commit 3a2b3096cde9c6b8cbd35f76eac656c1e763703d
Author: dannyfreeman <[email protected]>
Commit: dannyfreeman <[email protected]>

    Add autoload directive to jarchive-setup function
---
 jarchive.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/jarchive.el b/jarchive.el
index 66b1bca79e..51d3f3063f 100644
--- a/jarchive.el
+++ b/jarchive.el
@@ -66,6 +66,7 @@ provided when calling OP."
             (current-buffer)))))
    (t (jarchive--inhibit op (apply op args)))))
 
+;;;###autoload
 (defun jarchive-setup ()
   (interactive)
   (add-to-list 'file-name-handler-alist (cons jarchive--hybrid-path-regex 
#'jarchive--file-name-handler)))

Reply via email to