The Lambda Lab
/
projects
/
elpher.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3561c28
)
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
patch
|
blob
|
history
diff --git
a/elpher.el
b/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)