X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=elpher.git;a=blobdiff_plain;f=elpher.el;h=69afb48bd2eb49cbb34d1856f44255c26f2c5ea0;hp=a55b659cdf001db507dd56b62fba4c0d989c39cc;hb=2b50046808e6a15b9e922ad25b45623de12ab83d;hpb=dbfd5ef1fa1ba682229cc9bdd3778ad8963bdf60 diff --git a/elpher.el b/elpher.el index a55b659..69afb48 100644 --- 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."))))