X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?a=blobdiff_plain;f=elpher.el;h=faff8a9f85137c365c71b666486d6e6383231ec9;hb=7cb374ead2aa8bb3d79eaab1101e8d990077f43b;hp=6ec28462c845cc04971b569389d03db40f02266f;hpb=fd3d17d6bb0bf6188da637f8ba96efa4461ec0e9;p=elpher.git diff --git a/elpher.el b/elpher.el index 6ec2846..faff8a9 100644 --- a/elpher.el +++ b/elpher.el @@ -4,7 +4,7 @@ ;; Author: Tim Vaughan ;; Created: 11 April 2019 -;; Version: 2.5.2 +;; Version: 2.6.0 ;; Keywords: comm gopher ;; Homepage: http://thelambdalab.xyz/elpher ;; Package-Requires: ((emacs "26")) @@ -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 ()