]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/time.el (world-clock-mode): Make non-interactive.
authorStefan Kangas <stefan@marxist.se>
Thu, 22 Apr 2021 18:34:37 +0000 (20:34 +0200)
committerStefan Kangas <stefan@marxist.se>
Thu, 22 Apr 2021 18:34:37 +0000 (20:34 +0200)
lisp/time.el

index 5abc6e948b3b96438ebc50c2a3fd3d224f6a11e5..fd53f634c69316ddfc7ebfa749a03da3791a274a 100644 (file)
@@ -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))