Mercurial > emacs
comparison etc/NEWS @ 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 | 9e7ccf711815 |
children | 17ff429570c5 |
comparison
equal
deleted
inserted
replaced
71316:03b1999cc9d3 | 71317:f27e25866475 |
---|---|
616 | 616 |
617 +++ | 617 +++ |
618 *** The variable `enable-local-variables' controls how local variable | 618 *** The variable `enable-local-variables' controls how local variable |
619 lists are handled. t, the default, specifies the standard querying | 619 lists are handled. t, the default, specifies the standard querying |
620 behavior. :safe means use only safe values, and ignore the rest. | 620 behavior. :safe means use only safe values, and ignore the rest. |
621 :all means set all variables, whether or not they are safe. | |
621 nil means ignore them all. Anything else means always query. | 622 nil means ignore them all. Anything else means always query. |
622 | 623 |
623 +++ | 624 +++ |
624 *** The variable `safe-local-eval-forms' specifies a list of forms that | 625 *** The variable `safe-local-eval-forms' specifies a list of forms that |
625 are ok to evaluate when they appear in an `eval' local variables | 626 are ok to evaluate when they appear in an `eval' local variables |