From: Chong Yidong Date: Sun, 11 Jan 2009 16:15:38 +0000 (+0000) Subject: Delete incorrect comment. X-Git-Tag: emacs-pretest-23.0.90~510 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1ea67c3edbe221111029d20edfe56778364be531;p=emacs.git Delete incorrect comment. --- 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