changeset 35220:aab62e473631

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Wed, 10 Jan 2001 20:23:03 +0000
parents 8a8247d83687
children 20bc16b92eef
files etc/NEWS lisp/ChangeLog
diffstat 2 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Wed Jan 10 20:19:30 2001 +0000
+++ b/etc/NEWS	Wed Jan 10 20:23:03 2001 +0000
@@ -43,6 +43,9 @@
 
 * 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.
--- a/lisp/ChangeLog	Wed Jan 10 20:19:30 2001 +0000
+++ b/lisp/ChangeLog	Wed Jan 10 20:23:03 2001 +0000
@@ -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.