From: Xu Chunyang Date: Sun, 12 May 2019 20:35:49 +0000 (-0400) Subject: (eww-follow-link): Record the location properly when following #links X-Git-Tag: emacs-27.0.90~2915 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fccc3d80671d25628fb9b2cf52edd8e5724760a3;p=emacs.git (eww-follow-link): Record the location properly when following #links * lisp/net/eww.el (eww-follow-link): Record the location properly when following #links (bug#35445). --- diff --git a/lisp/net/eww.el b/lisp/net/eww.el index 3e9334532c6..d9ac3e1ff5c 100644 --- a/lisp/net/eww.el +++ b/lisp/net/eww.el @@ -1519,6 +1519,7 @@ If EXTERNAL is double prefix, browse in new buffer." (eww-same-page-p url (plist-get eww-data :url))) (let ((dom (plist-get eww-data :dom))) (eww-save-history) + (plist-put eww-data :url url) (eww-display-html 'utf-8 url dom nil (current-buffer)))) (t (eww-browse-url url external)))))