summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2009-07-21 23:37:03 +0000
committerChong Yidong <cyd@stupidchicken.com>2009-07-21 23:37:03 +0000
commite38f093f1d37c89798160ebec2d8b9f7babedad5 (patch)
treecc488185c0652b77fc3911cccc4bda3dddd20813
parentff674d0f9933c6db765287e43a59cbf93cbd28f0 (diff)
downloademacs-e38f093f1d37c89798160ebec2d8b9f7babedad5.tar.gz
Add auto-save-include-big-deletions.
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index d71ecdc459a..6914d9ae080 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1802,6 +1802,9 @@ port support (see Emacs changes, above).
** Miscellaneous new variables
+*** `auto-save-include-big-deletions', if non-nil, means auto-save is
+not turned off automatically after a big deletion.
+
*** `read-circle', if nil, disables the reading of recursive Lisp
structures using the #N= and #N# syntax.