bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#60252: 29.0.60; help-fns--describe-function-or-command-prompt asks f


From: Eli Zaretskii
Subject: bug#60252: 29.0.60; help-fns--describe-function-or-command-prompt asks for confirmation
Date: Thu, 22 Dec 2022 12:54:24 +0200

> Date: Thu, 22 Dec 2022 10:21:56 +0100
> From: martin rudalics <rudalics@gmx.at>
> 
> This change
> 
> --- a/lisp/help-fns.el
> +++ b/lisp/help-fns.el
> @@ -229,7 +229,7 @@ help-fns--describe-function-or-command-prompt
>                  (lambda (f) (if want-command
>                             (commandp f)
>                           (or (fboundp f) (get f 'function-documentation))))
> -               t nil nil
> +               'confirm nil nil
>                  (and fn (symbol-name fn)))))
>       (unless (equal val "")
>         (setq fn (intern val)))
> 
> in
> 
> commit c12838c73ef161850a081f9ccea6e375b7c2f93b
> Author: Stefan Monnier <monnier@iro.umontreal.ca>
> Date:   Fri Sep 2 09:54:13 2022 -0400
> 
> breaks my working flow as follows: With Emacs 28 when I type
> 
> C-h f RET set-face-a RET
> 
> I get a help window on ‘set-face-attribute’.  Now I'm asked to
> [Confirm].  Kindly add some way to get the old behavior back.

Stefan, any suggestions for more backward compatibility?





reply via email to

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