1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

(kill-buffer-query-functions): Fix the question text.

This commit is contained in:
Richard M. Stallman 1994-04-19 00:31:42 +00:00
parent a14938298f
commit 3717217eee

View File

@ -290,7 +290,8 @@ Then bury it, and return a suggested buffer to select next."
(function
(lambda ()
(or (not server-buffer-clients)
(yes-or-no-p "Buffer `%s' still has clients; kill it? ")))))
(yes-or-no-p (format "Buffer `%s' still has clients; kill it? "
(buffer-name (current-buffer))))))))
(add-hook 'kill-emacs-query-functions
(function