From 3e9876dedcdf05aa9e4b99a78108095cb6c3380e Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Sun, 1 Dec 2013 14:05:26 +0100 Subject: [PATCH] Update the window title after moving in the history * net/eww.el (eww-restore-history): Update the window title after moving in the history. --- lisp/ChangeLog | 5 +++++ lisp/net/eww.el | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 79b46f0f3f4..469bd37ec8a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2013-12-01 Lars Magne Ingebrigtsen + + * net/eww.el (eww-restore-history): Update the window title after + moving in the history. + 2013-12-01 Dmitry Gutov * vc/log-edit.el (log-edit-mode-map): Add binding for diff --git a/lisp/net/eww.el b/lisp/net/eww.el index 0c84e782aa3..28ef237b612 100644 --- a/lisp/net/eww.el +++ b/lisp/net/eww.el @@ -431,7 +431,8 @@ word(s) will be searched for via `eww-search-prefix'." (insert (plist-get elem :text)) (goto-char (plist-get elem :point)) (setq eww-current-url (plist-get elem :url) - eww-current-title (plist-get elem :title)))) + eww-current-title (plist-get elem :title)) + (eww-update-header-line-format))) (defun eww-next-url () "Go to the page marked `next'. -- 2.39.2