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:
f2b9418
)
Fixed bug in download procedure.
author
Tim Vaughan
<tgvaughan@gmail.com>
Wed, 24 Apr 2019 15:01:35 +0000
(17:01 +0200)
committer
Tim Vaughan
<tgvaughan@gmail.com>
Wed, 24 Apr 2019 15:01:35 +0000
(17:01 +0200)
elopher.el
patch
|
blob
|
history
diff --git
a/elopher.el
b/elopher.el
index
c6d0bde
..
b8170c5
100644
(file)
--- a/
elopher.el
+++ b/
elopher.el
@@
-484,7
+484,7
@@
The result is stored as a string in the variable elopher-selector-string."
(filename-proposal (file-name-nondirectory selector))
(filename (read-file-name "Name of file to write: "
nil nil nil
- (if (>
0 (length filename-proposal)
)
+ (if (>
(length filename-proposal) 0
)
filename-proposal
"gopher.file"))))
(elopher-download-node node filename))