]> git.eshelyaron.com Git - emacs.git/commitdiff
* files.el (hack-local-variables-filter): Fix last change.
authorChong Yidong <cyd@stupidchicken.com>
Mon, 20 Jul 2009 14:21:27 +0000 (14:21 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Mon, 20 Jul 2009 14:21:27 +0000 (14:21 +0000)
lisp/ChangeLog
lisp/files.el

index 042217c637efde8071efafa9e6d0f08ca6dfb494..2e7ad522a569020b990770b5dbc687f76e825074 100644 (file)
@@ -1,3 +1,7 @@
+2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
+
+       * files.el (hack-local-variables-filter): Fix last change.
+
 2009-07-19  Juri Linkov  <juri@jurta.org>
 
        * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
index ea74261601e4747fcd630d03c639f04c4d1cdca1..d12c770f5a5ee5776e889b6139bc2b1444b2cea9 100644 (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)