[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[AUCTeX-diffs] GNU AUCTeX branch, master, updated. a2724f3677c9b78a1c313
From: |
Tassilo Horn |
Subject: |
[AUCTeX-diffs] GNU AUCTeX branch, master, updated. a2724f3677c9b78a1c313620060bd13230bd1a41 |
Date: |
Thu, 3 Mar 2022 06:37:46 -0500 (EST) |
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 <tsdh@gnu.org>
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [AUCTeX-diffs] GNU AUCTeX branch, master, updated. a2724f3677c9b78a1c313620060bd13230bd1a41,
Tassilo Horn <=