]> git.eshelyaron.com Git - emacs.git/commitdiff
(display-time): Fix prev change: use display-time-update.
authorRichard M. Stallman <rms@gnu.org>
Sun, 21 Jul 1996 19:47:53 +0000 (19:47 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 21 Jul 1996 19:47:53 +0000 (19:47 +0000)
lisp/time.el

index 1008dac31fcd6cc7ed64010417b7f5851c41a9f3..59dc075cfd89692410ae970fb25713ba1c92fc5b 100644 (file)
@@ -75,7 +75,7 @@ After each update, `display-time-hook' is run with `run-hooks'."
        (run-at-time (apply 'encode-time 60 (cdr (decode-time)))
                     display-time-interval 'display-time-event-handler))
   ;; Make the time appear right away.
-  (display-time-event-handler)
+  (display-time-update)
   ;; When you get new mail, clear "Mail" from the mode line.
   (add-hook 'rmail-after-get-new-mail-hook 'display-time-event-handler))