]> git.eshelyaron.com Git - emacs.git/commit
Fix invocation of File->Close from the menu bar
authorEli Zaretskii <eliz@gnu.org>
Sun, 19 Feb 2023 09:29:32 +0000 (11:29 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sun, 19 Feb 2023 09:29:32 +0000 (11:29 +0200)
commit4faebba2fedcb428838fbda8537140841bdd8aa0
treec9041ffe2cba7f0413bb722dac43c60e98e48c16
parentcd05fca5f78048cb867be2d5f0857f6997f12ccc
Fix invocation of File->Close from the menu bar

* lisp/simple.el (kill-buffer--possibly-save): Don't request
LONG-FORM from 'read-multiple-choice' if GUI dialog should be
used.
* lisp/emacs-lisp/rmc.el (read-multiple-choice): Doc fix.
(read-multiple-choice--short-answers): Don't append "?" to
CHOICES and don't display the prompt in the echo area if GUI
dialog is used.  Use 'use-dialog-box-p'.  (Bug#61553)
lisp/emacs-lisp/rmc.el
lisp/simple.el