From: Étienne Deparis Date: Tue, 24 Nov 2020 12:40:47 +0000 (+0100) Subject: Add autoload token to ‘elpher-go’ and ‘elpher-bookmarks’ functions X-Git-Tag: bookmarks~43^2 X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=elpher.git;a=commitdiff_plain;h=8f535f93a08582edb40f0a15105f90aaa8c4a969 Add autoload token to ‘elpher-go’ and ‘elpher-bookmarks’ functions --- diff --git a/elpher.el b/elpher.el index 4c34f52..c57199c 100644 --- 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)