From: Chong Yidong Date: Tue, 21 Jul 2009 23:36:38 +0000 (+0000) Subject: Add auto-save-include-big-deletions. X-Git-Tag: emacs-pretest-23.1.90~2073 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=28aaa2555d9faea5e0b536fd36aeffd633c36254;p=emacs.git Add auto-save-include-big-deletions. --- diff --git a/etc/NEWS b/etc/NEWS index 47ea74ebbbb..3771e647ca7 100644 --- 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.