Bug fix: typo in elpher-go-current
authorplugd <plugd@thelambdalab.xyz>
Mon, 16 Aug 2021 14:53:12 +0000 (16:53 +0200)
committerplugd <plugd@thelambdalab.xyz>
Mon, 16 Aug 2021 14:53:12 +0000 (16:53 +0200)
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."