From bb7a71c5a6e4323682a5e44f251cb6648390d1d5 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Fri, 3 Nov 2000 22:36:12 +0000 Subject: [PATCH] (display-time-mode): Drop unneeded positional args. --- lisp/time.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "") -- 2.39.5