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:
parent
4ce54f6bab
commit
42e0a72551
2 changed files with 5 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue