From 1ea67c3edbe221111029d20edfe56778364be531 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sun, 11 Jan 2009 16:15:38 +0000 Subject: [PATCH] Delete incorrect comment. --- lisp/server.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/lisp/server.el b/lisp/server.el index 6dc84be0e76..d432e7f5190 100644 --- a/lisp/server.el +++ b/lisp/server.el @@ -1349,8 +1349,6 @@ With ARG non-nil, silently save all file-visiting buffers, then kill. If emacsclient was started with a list of filenames to edit, then only these files will be asked to be saved." - ;; save-buffers-kill-terminal occasionally calls us with proc set - ;; to `nowait' (comes from the value of the `client' frame parameter). (when (processp proc) (let ((buffers (process-get proc 'buffers))) ;; If client is bufferless, emulate a normal Emacs session -- 2.39.2