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

index d71ecdc459a9d64e0203097d75277f2d14708cef..6914d9ae080762b93e7c7621ea647e96a6b49eee 100644 (file)
--- 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.