emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master fccc3d8: (eww-follow-link): Record the location pro


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master fccc3d8: (eww-follow-link): Record the location properly when following #links
Date: Sun, 12 May 2019 16:36:14 -0400 (EDT)

branch: master
commit fccc3d80671d25628fb9b2cf52edd8e5724760a3
Author: Xu Chunyang <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    (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).
---
 lisp/net/eww.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/net/eww.el b/lisp/net/eww.el
index 3e93345..d9ac3e1 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)))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]