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
commitfa9fdb2f07cfde6e32bd46c09fa87bb2018ad0e6 (patch)
treec0c1e37475482697817957be8b1aeb161e95d15b
parent3e997bc699bdab677f12156bad6cb89163490769 (diff)
downloademacs-fa9fdb2f07cfde6e32bd46c09fa87bb2018ad0e6.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.