# HG changeset patch # User Thien-Thi Nguyen # Date 1150037617 0 # Node ID f27e25866475cc9df7cdfe86997c3cf6d9a19066 # Parent 03b1999cc9d38ef4f049fe915b3594b750353b46 Mention that `enable-local-variables' can have value :all, as well. diff -r 03b1999cc9d3 -r f27e25866475 etc/NEWS --- 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. +++