From: Alex Schroeder Date: Sun, 27 Jun 2021 19:32:47 +0000 (+0200) Subject: Merge remote-tracking branch 'upstream/patch_add_autoload_token' into main X-Git-Tag: bookmarks~43 X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=elpher.git;a=commitdiff_plain;h=f2d1b1a74b7198401442cfc0d2ae00866fa7397e;hp=3a33e9043d75d7f7c58daee30d802a0066e3fd74 Merge remote-tracking branch 'upstream/patch_add_autoload_token' into main --- diff --git a/elpher.el b/elpher.el index 5ce6992..b323cbb 100644 --- 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)