Fixed download getter bug.
authorTim Vaughan <tgvaughan@gmail.com>
Sun, 28 Apr 2019 20:01:55 +0000 (22:01 +0200)
committerTim Vaughan <tgvaughan@gmail.com>
Sun, 28 Apr 2019 20:01:55 +0000 (22:01 +0200)
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."))))