aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/time.el
diff options
context:
space:
mode:
authorStefan Monnier2013-11-29 13:00:57 -0500
committerStefan Monnier2013-11-29 13:00:57 -0500
commite0ba1308df3cbbe155ec100f88d41cec4409cd58 (patch)
tree61089b182b1571e69ea870ce965f626e7fd06a13 /lisp/time.el
parentda048127635e94607932eee634b0fc8803c3ebfc (diff)
downloademacs-e0ba1308df3cbbe155ec100f88d41cec4409cd58.tar.gz
emacs-e0ba1308df3cbbe155ec100f88d41cec4409cd58.zip
* lisp/time.el (display-time-update): Update all mode lines.
Fixes: debbugs:15999
Diffstat (limited to 'lisp/time.el')
-rw-r--r--lisp/time.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/time.el b/lisp/time.el
index 7e558746c6a..51365b2b8c6 100644
--- a/lisp/time.el
+++ b/lisp/time.el
@@ -471,7 +471,7 @@ update which can wait for the next redisplay."
471 ;; This is inside the let binding, but we are not going to document 471 ;; This is inside the let binding, but we are not going to document
472 ;; what variables are available. 472 ;; what variables are available.
473 (run-hooks 'display-time-hook)) 473 (run-hooks 'display-time-hook))
474 (force-mode-line-update)) 474 (force-mode-line-update 'all))
475 475
476(defun display-time-file-nonempty-p (file) 476(defun display-time-file-nonempty-p (file)
477 (let ((remote-file-name-inhibit-cache (- display-time-interval 5))) 477 (let ((remote-file-name-inhibit-cache (- display-time-interval 5)))