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:
498e893
)
Bug fix: typo in elpher-go-current
author
plugd
<plugd@thelambdalab.xyz>
Mon, 16 Aug 2021 14:53:12 +0000
(16:53 +0200)
committer
plugd
<plugd@thelambdalab.xyz>
Mon, 16 Aug 2021 14:53:12 +0000
(16:53 +0200)
elpher.el
patch
|
blob
|
history
diff --git
a/elpher.el
b/elpher.el
index
8c07b85
..
fc7ed8f
100644
(file)
--- a/
elpher.el
+++ b/
elpher.el
@@
-2170,7
+2170,7
@@
When run interactively HOST-OR-URL is read from the minibuffer."
(url (read-string (format "Visit URL (default scheme %s): " (elpher-get-default-url-scheme))
(elpher-address-to-url address))))
(unless (string-empty-p (string-trim url))
- (elpher-visit-page (elpher-page-from-url url)
(elpher-get-default-url-scheme)
))))
+ (elpher-visit-page (elpher-page-from-url url)))))
(defun elpher-redraw ()
"Redraw current page."