(kill-buffer-query-functions): Fix the question text.
authorRichard M. Stallman <rms@gnu.org>
Tue, 19 Apr 1994 00:31:42 +0000 (00:31 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 19 Apr 1994 00:31:42 +0000 (00:31 +0000)
lisp/server.el

index 7565509..efa35ac 100644 (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