From: Richard M. Stallman Date: Thu, 10 Nov 1994 16:13:30 +0000 (+0000) Subject: Comment change. X-Git-Tag: emacs-19.34~5972 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=71207de2b6ad7848cd5962595b8283c3dd421d4d;p=emacs.git Comment change. --- diff --git a/lisp/server.el b/lisp/server.el index 2c95453d651..eab345322f8 100644 --- a/lisp/server.el +++ b/lisp/server.el @@ -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? "