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:
dbfd5ef
)
Fixed download getter bug.
author
Tim Vaughan
<tgvaughan@gmail.com>
Sun, 28 Apr 2019 20:01:55 +0000
(22:01 +0200)
committer
Tim Vaughan
<tgvaughan@gmail.com>
Sun, 28 Apr 2019 20:01:55 +0000
(22:01 +0200)
elpher.el
patch
|
blob
|
history
diff --git
a/elpher.el
b/elpher.el
index
a55b659
..
69afb48
100644
(file)
--- a/
elpher.el
+++ b/
elpher.el
@@
-629,8
+629,8
@@
The result is stored as a string in the variable ‘elpher-selector-string’."
(if button
(let ((node (button-get button 'elpher-node)))
(if node
- (elpher-visit-node (button-get button 'elpher-node
-
#'elpher-get-node-download)
)
+ (elpher-visit-node (button-get button 'elpher-node
)
+
#'elpher-get-node-download
)
(message "Can only download gopher links, not general URLs.")))
(message "No link selected."))))