1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

* files.el (hack-local-variables-filter): Fix last change.

This commit is contained in:
Chong Yidong 2009-07-20 14:21:27 +00:00
parent 4ce54f6bab
commit 42e0a72551
2 changed files with 5 additions and 1 deletions

View file

@ -2973,7 +2973,7 @@ DIR-NAME is a directory name if these settings come from
(or (and (eq enable-local-variables t)
(null unsafe-vars)
(null risky-vars))
(eq enable-local-variables :all)
(memq enable-local-variables '(:all :safe))
(hack-local-variables-confirm all-vars unsafe-vars
risky-vars dir-name))
(dolist (elt all-vars)