emacs-devel
[Top][All Lists]
Advanced

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

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


From: Eli Zaretskii
Subject: Re: master ac6b62b: * lisp/time.el (world-clock-mode): Make non-interactive.
Date: Fri, 23 Apr 2021 09:09:37 +0300

>     * 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))

Stefan, can you give your rationale for the change?  Why should user
be unable to invoke this mode interactively, when they could do so for
a long time?  And in any case, why isn't that change in NEWS?

Thanks.



reply via email to

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