Mercurial > emacs
changeset 9883:7c4393810151
Comment change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 10 Nov 1994 16:13:30 +0000 |
parents | ccc5562a7194 |
children | cede2b87231a |
files | lisp/server.el |
diffstat | 1 files changed, 4 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/server.el Thu Nov 10 08:12:48 1994 +0000 +++ b/lisp/server.el Thu Nov 10 16:13:30 1994 +0000 @@ -294,9 +294,10 @@ (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? "