aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/files.el
diff options
context:
space:
mode:
authorChong Yidong <[email protected]>2009-07-20 14:21:27 +0000
committerChong Yidong <[email protected]>2009-07-20 14:21:27 +0000
commit42e0a72551dbe075ed0a1bd59098f2191926b59e (patch)
treefefdf84e7721922721c82ba2cd4d043b6b2935f9 /lisp/files.el
parent4ce54f6bab61f68253bbc0f37419c603992ec10d (diff)
* files.el (hack-local-variables-filter): Fix last change.
Diffstat (limited to 'lisp/files.el')
-rw-r--r--lisp/files.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/files.el b/lisp/files.el
index ea74261601..d12c770f5a 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -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)