auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] GNU AUCTeX branch, font-latex-update, updated. c2e1f63d97


From: Tassilo Horn
Subject: [AUCTeX-diffs] GNU AUCTeX branch, font-latex-update, updated. c2e1f63d9769d5df32d997da04a0f35c4f0e9245
Date: Thu, 14 May 2020 05:22:56 -0400 (EDT)

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, font-latex-update has been updated
       via  c2e1f63d9769d5df32d997da04a0f35c4f0e9245 (commit)
      from  685e3049b7c28a2851bc76989c1753111e30c1f4 (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 c2e1f63d9769d5df32d997da04a0f35c4f0e9245
Author: Tassilo Horn <address@hidden>
Date:   Thu May 14 11:22:39 2020 +0200

    Fix

diff --git a/font-latex.el b/font-latex.el
index 1448433..a3c103a 100644
--- a/font-latex.el
+++ b/font-latex.el
@@ -1247,9 +1247,7 @@ triggers Font Lock to recognize the change."
            (if (derived-mode-p 'doctex-mode)
                font-latex-doctex-syntactic-keywords
              font-latex-syntactic-keywords)))
-      (font-lock-fontify-syntactic-keywords-region start end)
-      ;; In case it was eval'd/compiled.
-      (setq keywords font-lock-syntactic-keywords))))
+      (font-lock-fontify-syntactic-keywords-region start end))))
 
 ;;;###autoload
 (defun font-latex-setup ()

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

Summary of changes:
 font-latex.el | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

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