From: Stefan Monnier Date: Fri, 3 Nov 2000 22:36:12 +0000 (+0000) Subject: (display-time-mode): Drop unneeded positional args. X-Git-Tag: emacs-pretest-21.0.90~316 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bb7a71c5a6e4323682a5e44f251cb6648390d1d5;p=emacs.git (display-time-mode): Drop unneeded positional args. --- diff --git a/lisp/time.el b/lisp/time.el index 1a5cb04986b..7a56609e4bf 100644 --- a/lisp/time.el +++ b/lisp/time.el @@ -267,7 +267,7 @@ When this display is enabled, it updates automatically every minute. If `display-time-day-and-date' is non-nil, the current day and date are displayed as well. This runs the normal hook `display-time-hook' after each update." - nil nil nil :global t :group 'display-time + :global t :group 'display-time (and display-time-timer (cancel-timer display-time-timer)) (setq display-time-timer nil) (setq display-time-string "")