\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.
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.