branch: externals/auctex
commit a2724f3677c9b78a1c313620060bd13230bd1a41
Author: Tassilo Horn <t...@gnu.org>
Commit: Tassilo Horn <t...@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))))


_______________________________________________
auctex-diffs mailing list
auctex-di...@gnu.org
https://lists.gnu.org/mailman/listinfo/auctex-diffs

Reply via email to