From 71207de2b6ad7848cd5962595b8283c3dd421d4d Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 10 Nov 1994 16:13:30 +0000 Subject: [PATCH] Comment change. --- lisp/server.el | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lisp/server.el b/lisp/server.el index 2c95453d65..eab345322f 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? " -- 2.20.1