mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-25 06:17:34 +00:00
(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).
This commit is contained in:
parent
3c1967dbfe
commit
fccc3d8067
1 changed files with 1 additions and 0 deletions
|
|
@ -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)))))
|
||||
|
|
|
|||
Loading…
Reference in a new issue