1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 16:51:06 -07:00

Delete incorrect comment.

This commit is contained in:
Chong Yidong 2009-01-11 16:15:38 +00:00
parent 0dad7c6f11
commit 1ea67c3edb

View file

@ -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