mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
* lisp/time.el (display-time-update): Update all mode lines.
Fixes: debbugs:15999
This commit is contained in:
parent
da04812763
commit
e0ba1308df
2 changed files with 3 additions and 1 deletions
|
|
@ -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".
|
||||
|
||||
|
|
|
|||
|
|
@ -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)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue