auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] [elpa] externals/auctex a2724f3677 15/60: Don't set synta


From: Tassilo Horn
Subject: [AUCTeX-diffs] [elpa] externals/auctex a2724f3677 15/60: Don't set syntax-propertize-function in defaults
Date: Fri, 8 Apr 2022 11:52:48 -0400 (EDT)

branch: externals/auctex
commit a2724f3677c9b78a1c313620060bd13230bd1a41
Author: Tassilo Horn <tsdh@gnu.org>
Commit: Tassilo Horn <tsdh@gnu.org>

    Don't set syntax-propertize-function in defaults
    
    * font-latex.el (font-latex-setup): Don't set
    syntax-propertize-function in defaults as we are calling
    font-latex-set-syntactic-keywords explicitly.
---
 font-latex.el | 2 --
 1 file changed, 2 deletions(-)

diff --git a/font-latex.el b/font-latex.el
index 14005e2cbd..fcfdc2312c 100644
--- a/font-latex.el
+++ b/font-latex.el
@@ -1298,8 +1298,6 @@ triggers Font Lock to recognize the change."
             font-latex-extend-region-backwards-command-in-braces
             font-latex-extend-region-backwards-quotation
             font-latex-extend-region-backwards-math)
-           (syntax-propertize-function
-            . ,(font-latex--make-syntax-propertize-function))
            (syntax-propertize-extend-region-functions
             syntax-propertize-wholelines
             font-latex-sp-extend-region-backwards-verb-env))))




reply via email to

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