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".
;; 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)))