diff options
| author | Thien-Thi Nguyen | 2006-06-11 14:53:37 +0000 |
|---|---|---|
| committer | Thien-Thi Nguyen | 2006-06-11 14:53:37 +0000 |
| commit | c2f9f7fdf1343c6b2f12f25216022ec537ab024d (patch) | |
| tree | c021c59776a2c38e2bc7482f71a2eb7b9cf199d2 | |
| parent | 7225c342daeb852ecf23824933923adab0c310df (diff) | |
| download | emacs-c2f9f7fdf1343c6b2f12f25216022ec537ab024d.tar.gz emacs-c2f9f7fdf1343c6b2f12f25216022ec537ab024d.zip | |
Mention that `enable-local-variables' can have value :all, as well.
| -rw-r--r-- | etc/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -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 |
| 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 | +++ |