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:
ca1a3bd
)
Stop "O" from opening gemini://host without trailing slash.
author
Tim Vaughan
<timv@ughan.xyz>
Thu, 14 May 2020 07:11:41 +0000
(09:11 +0200)
committer
Tim Vaughan
<timv@ughan.xyz>
Thu, 14 May 2020 07:11:41 +0000
(09:11 +0200)
elpher.el
patch
|
blob
|
history
diff --git
a/elpher.el
b/elpher.el
index
13ec53c
..
faff8a9
100644
(file)
--- a/
elpher.el
+++ b/
elpher.el
@@
-1433,9
+1433,7
@@
When run interactively HOST-OR-URL is read from the minibuffer."
(let ((address-copy (elpher-address-from-url
(elpher-address-to-url address))))
(setf (url-filename address-copy) "")
- (elpher-visit-page
- (elpher-make-page (elpher-address-to-url address-copy)
- address-copy))))
+ (elpher-go (elpher-address-to-url address-copy))))
(error "Command invalid for %s" (elpher-page-display-string elpher-current-page)))))
(defun elpher-bookmarks-current-p ()