projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e860430
)
* lisp/time.el (world-clock-mode): Make non-interactive.
author
Stefan Kangas
<stefan@marxist.se>
Thu, 22 Apr 2021 18:34:37 +0000
(20:34 +0200)
committer
Stefan Kangas
<stefan@marxist.se>
Thu, 22 Apr 2021 18:34:37 +0000
(20:34 +0200)
lisp/time.el
patch
|
blob
|
history
diff --git
a/lisp/time.el
b/lisp/time.el
index 5abc6e948b3b96438ebc50c2a3fd3d224f6a11e5..fd53f634c69316ddfc7ebfa749a03da3791a274a 100644
(file)
--- 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))