changeset 71317:f27e25866475

Mention that `enable-local-variables' can have value :all, as well.
author Thien-Thi Nguyen <ttn@gnuvola.org>
date Sun, 11 Jun 2006 14:53:37 +0000
parents 03b1999cc9d3
children 536f9f80a99d
files etc/NEWS
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Sat Jun 10 21:23:01 2006 +0000
+++ b/etc/NEWS	Sun Jun 11 14:53:37 2006 +0000
@@ -618,6 +618,7 @@
 *** 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.
 
 +++