]> git.eshelyaron.com Git - emacs.git/commit
Make the save buffers prompt from Quit Emacs menu more understandable
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 27 Jan 2022 18:54:48 +0000 (19:54 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 27 Jan 2022 18:56:29 +0000 (19:56 +0100)
commitb8ddd94aacb4478600d528e0080aff334e44e0f6
treea2b4ab34fdb08c8f28c85feb482d2734a2c2388f
parent10c680551e899805a6de7360e9b65986fd87df72
Make the save buffers prompt from Quit Emacs menu more understandable

* lisp/files.el (save-buffers-kill-emacs): Use a much simpler (and
more understandable) prompt when exiting Emacs from the menu bar
(bug#4980).

* lisp/subr.el (use-dialog-box-p): Separate out into its own
function for reuse...
(y-or-n-p): ... from here.
lisp/files.el
lisp/subr.el