Mercurial > emacs
changeset 43869:606bb58da5c4
(emacs-session-save): Add comment that return t means cancel shutdown
author | Jan Djärv <jan.h.d@swipnet.se> |
---|---|
date | Tue, 12 Mar 2002 21:15:07 +0000 |
parents | aa8ab3ba14d1 |
children | 84609ef8ec93 |
files | lisp/term/x-win.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/term/x-win.el Tue Mar 12 20:27:24 2002 +0000 +++ b/lisp/term/x-win.el Tue Mar 12 21:15:07 2002 +0000 @@ -282,6 +282,7 @@ (delete-file filename)) (with-current-buffer buf (let ((cancel-shutdown (condition-case nil + ;; A return of t means cancel the shutdown. (run-hook-with-args-until-success 'emacs-save-session-functions) (error t))))