changeset 14701:ea592092c43c

(handle-delete-frame): Use save-buffers-kill-emacs.
author Richard M. Stallman <rms@gnu.org>
date Wed, 28 Feb 1996 00:08:58 +0000
parents 49f7a84c9837
children 6251b4796e2b
files lisp/frame.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/frame.el	Tue Feb 27 22:45:40 1996 +0000
+++ b/lisp/frame.el	Wed Feb 28 00:08:58 1996 +0000
@@ -118,7 +118,8 @@
       (setq tail (cdr tail)))
     (if (> i 0)
 	(delete-frame frame t)
-      (kill-emacs))))
+      ;; Gildea@x.org says it is ok to ask questions before terminating.
+      (save-buffers-kill-emacs))))
 
 ;;;; Arrangement of frames at startup