]> git.eshelyaron.com Git - emacs.git/commitdiff
Mention that `enable-local-variables' can have value :all, as well.
authorThien-Thi Nguyen <ttn@gnuvola.org>
Sun, 11 Jun 2006 14:53:37 +0000 (14:53 +0000)
committerThien-Thi Nguyen <ttn@gnuvola.org>
Sun, 11 Jun 2006 14:53:37 +0000 (14:53 +0000)
etc/NEWS

index e8ab1476cd451d094a30de77bb1ef11cecf8569b..508a44032714fff63bb27d381a1db14c613be6c5 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -618,6 +618,7 @@ However, risky variables will not be added to
 *** The variable `enable-local-variables' controls how local variable
 lists are handled.  t, the default, specifies the standard querying
 behavior.  :safe means use only safe values, and ignore the rest.
+:all means set all variables, whether or not they are safe.
 nil means ignore them all.  Anything else means always query.
 
 +++