Update the window title after moving in the history
* net/eww.el (eww-restore-history): Update the window title after moving in the history.
This commit is contained in:
parent
5afca621fb
commit
3e9876dedc
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
|
||||
|
||||
* net/eww.el (eww-restore-history): Update the window title after
|
||||
moving in the history.
|
||||
|
||||
2013-12-01 Dmitry Gutov <dgutov@yandex.ru>
|
||||
|
||||
* vc/log-edit.el (log-edit-mode-map): Add binding for
|
||||
|
|
|
@ -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'.
|
||||
|
|
Loading…
Add table
Reference in a new issue