]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Wed, 10 Jan 2001 20:23:03 +0000 (20:23 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 10 Jan 2001 20:23:03 +0000 (20:23 +0000)
etc/NEWS
lisp/ChangeLog

index c92669a810f8728aa0a0f8c5f47b11fe2c6aaa88..0cd326c422633cd40038fb90a7a5438aed530836 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -43,6 +43,9 @@ description of aspects specific to the Mac.
 \f
 * Changes in Emacs 21.1
 
+** The new user-option `confirm-kill-emacs' can be customized to
+let Emacs ask for confirmation before exiting.
+
 ** The <home> end <end> keys now move to the beginning or end of the
 current line, respectively.  C-<home> and C-<end> move to the
 beginning and end of the buffer.
index 59b07a26cdd06b3fc3b564a09cbf8ac66946155a..e822dfeffe22d091ab27a8065a51e64d77b72fe8 100644 (file)
@@ -1,5 +1,9 @@
 2001-01-10  Gerd Moellmann  <gerd@gnu.org>
 
+       * files.el (confirm-kill-emacs): New user-option.
+       (save-buffers-kill-emacs): Ask for final confirmation before
+       killing Emacs.
+
        * isearch.el (isearch-done): Set isearch-lazy-highlight-start
        to nil.