Add autoload token to ‘elpher-go’ and ‘elpher-bookmarks’ functions
authorÉtienne Deparis <etienne@depar.is>
Tue, 24 Nov 2020 12:40:47 +0000 (13:40 +0100)
committerÉtienne Deparis <etienne@depar.is>
Tue, 24 Nov 2020 12:40:47 +0000 (13:40 +0100)
elpher.el

index 4c34f52..c57199c 100644 (file)
--- a/elpher.el
+++ b/elpher.el
@@ -1681,6 +1681,7 @@ If ADDRESS is already bookmarked, update the label only."
   (interactive)
   (push-button))
 
+;;;###autoload
 (defun elpher-go (host-or-url)
   "Go to a particular gopher site HOST-OR-URL.
 When run interactively HOST-OR-URL is read from the minibuffer."
@@ -1866,6 +1867,7 @@ When run interactively HOST-OR-URL is read from the minibuffer."
             (message "Bookmark removed.")))
       (error "No link selected"))))
 
+;;;###autoload
 (defun elpher-bookmarks ()
   "Visit bookmarks page."
   (interactive)