This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU AUCTeX".

The branch, master has been updated
       via  a2724f3677c9b78a1c313620060bd13230bd1a41 (commit)
      from  7119e9b58c747a73fcffce4e98a0bda03b4f2547 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit a2724f3677c9b78a1c313620060bd13230bd1a41
Author: Tassilo Horn <[email protected]>
Date:   Thu Mar 3 12:36:32 2022 +0100

    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.

diff --git a/font-latex.el b/font-latex.el
index 14005e2c..fcfdc231 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))))

-----------------------------------------------------------------------

Summary of changes:
 font-latex.el | 2 --
 1 file changed, 2 deletions(-)


hooks/post-receive
-- 
GNU AUCTeX

_______________________________________________
auctex-diffs mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/auctex-diffs

Reply via email to