From ac6b62bdbf01dba8e7f3e075c6672625c71ac746 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Thu, 22 Apr 2021 20:34:37 +0200 Subject: [PATCH] * 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 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)) -- 2.39.2