emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master ac6b62b: * lisp/time.el (world-clock-mode): Make non-interactive.


From: Stefan Kangas
Subject: master ac6b62b: * lisp/time.el (world-clock-mode): Make non-interactive.
Date: Thu, 22 Apr 2021 14:34:46 -0400 (EDT)

branch: master
commit ac6b62bdbf01dba8e7f3e075c6672625c71ac746
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    * lisp/time.el (world-clock-mode): Make non-interactive.
---
 lisp/time.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/time.el b/lisp/time.el
index 5abc6e9..fd53f63 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))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]