From 1030cc18979453605e4f76ed46d1e93d6c71c68f Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Tue, 19 Apr 2022 18:08:20 +0200 Subject: [PATCH] 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. --- lisp/files.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/files.el b/lisp/files.el index 30e8da4da37..b187c0b3a0a 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -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 -- 2.39.2