Mercurial > emacs
changeset 101123:2680039d8b6c
Delete incorrect comment.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sun, 11 Jan 2009 16:15:38 +0000 |
parents | 0e3220acb9ee |
children | e5e83a193032 |
files | lisp/server.el |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/server.el Sun Jan 11 13:26:39 2009 +0000 +++ b/lisp/server.el Sun Jan 11 16:15:38 2009 +0000 @@ -1349,8 +1349,6 @@ 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