diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2000-11-03 22:36:12 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2000-11-03 22:36:12 +0000 |
commit | bb7a71c5a6e4323682a5e44f251cb6648390d1d5 (patch) | |
tree | d378182f0ef596251b19ac515c1eba199c97a9b2 /lisp/time.el | |
parent | 0a93a9206507f4732d9d31deb68cd44fca1b5510 (diff) | |
download | emacs-bb7a71c5a6e4323682a5e44f251cb6648390d1d5.tar.gz |
(display-time-mode): Drop unneeded positional args.
Diffstat (limited to 'lisp/time.el')
-rw-r--r-- | lisp/time.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 "") |