Merge remote-tracking branch 'upstream/patch_add_autoload_token' into main
authorAlex Schroeder <alex@gnu.org>
Sun, 27 Jun 2021 19:32:47 +0000 (21:32 +0200)
committerAlex Schroeder <alex@gnu.org>
Sun, 27 Jun 2021 19:32:47 +0000 (21:32 +0200)
elpher.el

index 5ce6992..b323cbb 100644 (file)
--- a/elpher.el
+++ b/elpher.el
@@ -1704,6 +1704,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."
@@ -1889,6 +1890,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)