From: Stefan Kangas Date: Thu, 22 Apr 2021 18:34:37 +0000 (+0200) Subject: * lisp/time.el (world-clock-mode): Make non-interactive. X-Git-Tag: emacs-28.0.90~2772 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ac6b62bdbf01dba8e7f3e075c6672625c71ac746;p=emacs.git * lisp/time.el (world-clock-mode): Make non-interactive. --- diff --git a/lisp/time.el b/lisp/time.el index 5abc6e948b3..fd53f634c69 100644 --- a/lisp/time.el +++ b/lisp/time.el @@ -534,6 +534,7 @@ If the value is t instead of an alist, use the value of (define-derived-mode world-clock-mode special-mode "World clock" "Major mode for buffer that displays times in various time zones. See `world-clock'." + :interactive nil (setq-local revert-buffer-function #'world-clock-update) (setq show-trailing-whitespace nil))