]> git.eshelyaron.com Git - emacs.git/commitdiff
Comment change.
authorRichard M. Stallman <rms@gnu.org>
Thu, 10 Nov 1994 16:13:30 +0000 (16:13 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 10 Nov 1994 16:13:30 +0000 (16:13 +0000)
lisp/server.el

index 2c95453d65128e8a67c66e952fe5c20aa124ee3f..eab345322f8da3f2afa1d77cf9c727a2cca14f85 100644 (file)
@@ -294,9 +294,10 @@ Then bury it, and return a suggested buffer to select next."
                (save-buffer buffer)))
          (server-buffer-done buffer)))))
 
-;; If a server buffer is killed, release its client.
-;; I'm not sure this is really a good idea--do you want the client
-;; to proceed using whatever is on disk in that file?
+;; Ask before killing a server buffer.
+;; It was suggested to release its client instead,
+;; but I think that is dangerous--the client would proceed
+;; using whatever is on disk in that file. -- rms.
 (defun server-kill-buffer-query-function ()
   (or (not server-buffer-clients)
       (yes-or-no-p (format "Buffer `%s' still has clients; kill it? "