diff lisp/time.el @ 33197:5ddf69eeb2bb

(display-time-mode): Drop unneeded positional args.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 03 Nov 2000 22:36:12 +0000
parents ceb42baae241
children 5082f7c31b0e
line wrap: on
line diff
--- a/lisp/time.el	Fri Nov 03 22:34:43 2000 +0000
+++ b/lisp/time.el	Fri Nov 03 22:36:12 2000 +0000
@@ -267,7 +267,7 @@
 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 "")