Mercurial > emacs
changeset 6956:d62ea6bf83dc
(kill-buffer-query-functions): Fix the question text.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 19 Apr 1994 00:31:42 +0000 |
parents | b44a0c16d7ad |
children | 22e3af0deae4 |
files | lisp/server.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/server.el Tue Apr 19 00:30:13 1994 +0000 +++ b/lisp/server.el Tue Apr 19 00:31:42 1994 +0000 @@ -290,7 +290,8 @@ (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