]> git.eshelyaron.com Git - emacs.git/commitdiff
(handle-delete-frame): Use save-buffers-kill-emacs.
authorRichard M. Stallman <rms@gnu.org>
Wed, 28 Feb 1996 00:08:58 +0000 (00:08 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 28 Feb 1996 00:08:58 +0000 (00:08 +0000)
lisp/frame.el

index d5a095246ddc1178282c3668f6522a0eaef3a3e2..29d8c76f5aa7170fa05ed511895d2cd0b2c0490a 100644 (file)
@@ -118,7 +118,8 @@ These supersede the values given in `default-frame-alist'.")
       (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))))
 \f
 ;;;; Arrangement of frames at startup