* net/eww.el (eww): Leave point in a place that doesn't cause
scrolling when displaying "Loading...".
+2014-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
+
+ * net/eww.el (eww): Leave point in a place that doesn't cause
+ scrolling when displaying "Loading...".
+
2014-12-01 Eric S. Raymond <esr@snark.thyrsus.com>
* vc/vc.el, vc-hooks.el, and all backends: API simplification;
(plist-put eww-data :url url)
(eww-update-header-line-format)
(let ((inhibit-read-only t))
- (insert (format "Loading %s..." url))))
+ (insert (format "Loading %s..." url))
+ (goto-char (point-min))))
(url-retrieve url 'eww-render
(list url nil (current-buffer))))