mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(kill-buffer-query-functions): Fix the question text.
This commit is contained in:
parent
a14938298f
commit
3717217eee
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue