emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r115322: Update the window title after moving in the


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] trunk r115322: Update the window title after moving in the history
Date: Sun, 01 Dec 2013 13:05:51 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 115322
revision-id: address@hidden
parent: address@hidden
committer: Lars Magne Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Sun 2013-12-01 14:05:26 +0100
message:
  Update the window title after moving in the history
  * net/eww.el (eww-restore-history): Update the window title after
  moving in the history.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/net/eww.el                eww.el-20130610114603-80ap3gwnw4x4m5ix-1
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-12-01 04:13:50 +0000
+++ b/lisp/ChangeLog    2013-12-01 13:05:26 +0000
@@ -1,3 +1,8 @@
+2013-12-01  Lars Magne Ingebrigtsen  <address@hidden>
+
+       * net/eww.el (eww-restore-history): Update the window title after
+       moving in the history.
+
 2013-12-01  Dmitry Gutov  <address@hidden>
 
        * vc/log-edit.el (log-edit-mode-map): Add binding for

=== modified file 'lisp/net/eww.el'
--- a/lisp/net/eww.el   2013-11-26 20:05:48 +0000
+++ b/lisp/net/eww.el   2013-12-01 13:05:26 +0000
@@ -431,7 +431,8 @@
     (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'.


reply via email to

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