* lisp/time.el (display-time-update): Update all mode lines.
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 29 Nov 2013 18:00:57 +0000 (13:00 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 29 Nov 2013 18:00:57 +0000 (13:00 -0500)
Fixes: debbugs:15999

lisp/ChangeLog
lisp/time.el

index 8e4bd8f..0a8043f 100644 (file)
@@ -1,5 +1,7 @@
 2013-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+       * time.el (display-time-update): Update all mode lines (bug#15999).
+
        * electric.el (electric-indent-mode): Enable by default.
        * loadup.el: Preload "electric".
 
index 7e55874..51365b2 100644 (file)
@@ -471,7 +471,7 @@ update which can wait for the next redisplay."
     ;; This is inside the let binding, but we are not going to document
     ;; what variables are available.
     (run-hooks 'display-time-hook))
-  (force-mode-line-update))
+  (force-mode-line-update 'all))
 
 (defun display-time-file-nonempty-p (file)
   (let ((remote-file-name-inhibit-cache (- display-time-interval 5)))