aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThien-Thi Nguyen2006-06-11 14:53:37 +0000
committerThien-Thi Nguyen2006-06-11 14:53:37 +0000
commitc2f9f7fdf1343c6b2f12f25216022ec537ab024d (patch)
treec021c59776a2c38e2bc7482f71a2eb7b9cf199d2
parent7225c342daeb852ecf23824933923adab0c310df (diff)
downloademacs-c2f9f7fdf1343c6b2f12f25216022ec537ab024d.tar.gz
emacs-c2f9f7fdf1343c6b2f12f25216022ec537ab024d.zip
Mention that `enable-local-variables' can have value :all, as well.
-rw-r--r--etc/NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index e8ab1476cd4..508a4403271 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -618,6 +618,7 @@ However, risky variables will not be added to
618*** The variable `enable-local-variables' controls how local variable 618*** The variable `enable-local-variables' controls how local variable
619lists are handled. t, the default, specifies the standard querying 619lists are handled. t, the default, specifies the standard querying
620behavior. :safe means use only safe values, and ignore the rest. 620behavior. :safe means use only safe values, and ignore the rest.
621:all means set all variables, whether or not they are safe.
621nil means ignore them all. Anything else means always query. 622nil means ignore them all. Anything else means always query.
622 623
623+++ 624+++