Fix regression with multiple mode: entries in the prop line
* lisp/files.el (hack-local-variables): Fix regression with multiple mode: entries in the prop line. Do not merge to master.
This commit is contained in:
parent
1b77362771
commit
1030cc1897
1 changed files with 1 additions and 1 deletions
|
@ -3888,7 +3888,7 @@ inhibited."
|
|||
;; Note this is a no-op if enable-local-variables is nil.
|
||||
(hack-dir-local-variables))
|
||||
(let ((result (append (hack-local-variables--find-variables handle-mode)
|
||||
(hack-local-variables-prop-line))))
|
||||
(hack-local-variables-prop-line handle-mode))))
|
||||
(if (and enable-local-variables
|
||||
(not (inhibit-local-variables-p)))
|
||||
(progn
|
||||
|
|
Loading…
Add table
Reference in a new issue