From: Richard M. Stallman Date: Tue, 19 Apr 1994 00:31:42 +0000 (+0000) Subject: (kill-buffer-query-functions): Fix the question text. X-Git-Tag: emacs-19.34~8897 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3717217eee6d4e0b4871e89980cdae7bf828ab14;p=emacs.git (kill-buffer-query-functions): Fix the question text. --- diff --git a/lisp/server.el b/lisp/server.el index 75655093542..efa35ac6800 100644 --- a/lisp/server.el +++ b/lisp/server.el @@ -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