aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/time.el2
2 files changed, 3 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8e4bd8f37e0..0a8043feeba 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
12013-11-29 Stefan Monnier <monnier@iro.umontreal.ca> 12013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
2 2
3 * time.el (display-time-update): Update all mode lines (bug#15999).
4
3 * electric.el (electric-indent-mode): Enable by default. 5 * electric.el (electric-indent-mode): Enable by default.
4 * loadup.el: Preload "electric". 6 * loadup.el: Preload "electric".
5 7
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)))