From: Chong Yidong Date: Tue, 21 Jul 2009 23:37:03 +0000 (+0000) Subject: Add auto-save-include-big-deletions. X-Git-Tag: emacs-23.1~31 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e38f093f1d37c89798160ebec2d8b9f7babedad5;p=emacs.git Add auto-save-include-big-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.