emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-28 1030cc1897: Fix regression with multiple mode: entries in the p


From: Lars Ingebrigtsen
Subject: emacs-28 1030cc1897: Fix regression with multiple mode: entries in the prop line
Date: Tue, 19 Apr 2022 12:08:41 -0400 (EDT)

branch: emacs-28
commit 1030cc18979453605e4f76ed46d1e93d6c71c68f
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    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 30e8da4da3..b187c0b3a0 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]