From 8f535f93a08582edb40f0a15105f90aaa8c4a969 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=89tienne=20Deparis?= Date: Tue, 24 Nov 2020 13:40:47 +0100 Subject: [PATCH] =?utf8?q?Add=20autoload=20token=20to=20=E2=80=98elpher-go?= =?utf8?q?=E2=80=99=20and=20=E2=80=98elpher-bookmarks=E2=80=99=20functions?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- elpher.el | 2 ++ 1 file changed, 2 insertions(+) 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) -- 2.20.1