aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/net
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/net')
-rw-r--r--lisp/net/eww.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/eww.el b/lisp/net/eww.el
index eaff1a1b985..61bb4235c34 100644
--- a/lisp/net/eww.el
+++ b/lisp/net/eww.el
@@ -118,7 +118,6 @@ word(s) will be searched for via `eww-search-prefix'."
118 (unless (string-match-p "\\'file:" url) 118 (unless (string-match-p "\\'file:" url)
119 (setq url (concat eww-search-prefix 119 (setq url (concat eww-search-prefix
120 (replace-regexp-in-string " " "+" url))))) 120 (replace-regexp-in-string " " "+" url)))))
121 (setq eww-history-position 0)
122 (url-retrieve url 'eww-render (list url))) 121 (url-retrieve url 'eww-render (list url)))
123 122
124;;;###autoload 123;;;###autoload
@@ -161,6 +160,7 @@ word(s) will be searched for via `eww-search-prefix'."
161 (eww-display-image)) 160 (eww-display-image))
162 (t 161 (t
163 (eww-display-raw charset))) 162 (eww-display-raw charset)))
163 (setq eww-history-position 0)
164 (cond 164 (cond
165 (point 165 (point
166 (goto-char point)) 166 (goto-char point))