Mercurial > emacs
changeset 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 | 447a9cc666dd |
children | 167dad6064bf |
files | lisp/time.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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 "")