diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2013-11-29 13:00:57 -0500 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2013-11-29 13:00:57 -0500 |
commit | e0ba1308df3cbbe155ec100f88d41cec4409cd58 (patch) | |
tree | 61089b182b1571e69ea870ce965f626e7fd06a13 /lisp/time.el | |
parent | da048127635e94607932eee634b0fc8803c3ebfc (diff) | |
download | emacs-e0ba1308df3cbbe155ec100f88d41cec4409cd58.tar.gz emacs-e0ba1308df3cbbe155ec100f88d41cec4409cd58.tar.bz2 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.el | 2 |
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." ;; 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))) |