]> git.eshelyaron.com Git - emacs.git/commitdiff
Add auto-save-include-big-deletions.
authorChong Yidong <cyd@stupidchicken.com>
Tue, 21 Jul 2009 23:36:38 +0000 (23:36 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Tue, 21 Jul 2009 23:36:38 +0000 (23:36 +0000)
etc/NEWS

index 47ea74ebbbbd18e034d6c5c7d467c5f62041861d..3771e647ca73fcc736a47a663feeaa83d604f6af 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1892,6 +1892,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.