]> code.delx.au - gnu-emacs/blobdiff - lisp/time.el
apropos.el (apropos-words-to-regexp): Fix algorithm.
[gnu-emacs] / lisp / time.el
index 7e558746c6ad49a5a939f1be1d8a35424b8c4763..51365b2b8c6fd256b7419ff5956888d74356f283 100644 (file)
@@ -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)))