auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. b82ab0cbcff581148e100


From: Tassilo Horn
Subject: [AUCTeX-diffs] GNU AUCTeX branch, master, updated. b82ab0cbcff581148e1004dca14aecffad941c6f
Date: Sat, 9 Mar 2019 10:41:58 -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  b82ab0cbcff581148e1004dca14aecffad941c6f (commit)
      from  78c0f0961941178aad974e721e7964482ab9bbad (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 b82ab0cbcff581148e1004dca14aecffad941c6f
Author: Tassilo Horn <address@hidden>
Date:   Sat Mar 9 16:41:17 2019 +0100

    Support up to 12 command arguments.
    
    * font-latex.el (font-latex-keyword-matcher): Support up to 12 command
      arguments.

diff --git a/font-latex.el b/font-latex.el
index 8e8b4fc..9279df4 100644
--- a/font-latex.el
+++ b/font-latex.el
@@ -523,7 +523,11 @@ use."
           (4 (font-latex-matched-face 4) append t)
           (5 (font-latex-matched-face 5) append t)
           (6 (font-latex-matched-face 6) append t)
-          (7 (font-latex-matched-face 7) append t)))
+          (7 (font-latex-matched-face 7) append t)
+          (8 (font-latex-matched-face 8) append t)
+          (9 (font-latex-matched-face 9) append t)
+          (10 (font-latex-matched-face 10) append t)
+          (11 (font-latex-matched-face 11) append t)))
        ((eq type 'noarg)
         `(,(intern (concat prefix name))
           (0 ,face)))

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

Summary of changes:
 font-latex.el | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

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