emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/jinx 5368eaf574: jinx-mode: hack-local-variables - igno


From: ELPA Syncer
Subject: [elpa] externals/jinx 5368eaf574: jinx-mode: hack-local-variables - ignore mode variables
Date: Thu, 22 Feb 2024 03:58:24 -0500 (EST)

branch: externals/jinx
commit 5368eaf574df75dfa9982d95f4e42ee05cde2cdf
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    jinx-mode: hack-local-variables - ignore mode variables
    
    This fixes an interaction issue with AUCTeX.
---
 jinx.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jinx.el b/jinx.el
index bfc64143f3..8eb27fe54e 100644
--- a/jinx.el
+++ b/jinx.el
@@ -1034,7 +1034,7 @@ This command dispatches to the following commands:
    (jinx-mode
     (jinx--load-module)
     (let ((enable-local-variables :safe))
-      (hack-local-variables))
+      (hack-local-variables 'ignore-mode))
     (jinx--get-org-language)
     (setq jinx--exclude-regexp
           (when-let ((regexps (jinx--mode-list jinx-exclude-regexps)))



reply via email to

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