emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/auctex 794ecb01ab 35/77: Fontify \maketitle macro


From: Tassilo Horn
Subject: [elpa] externals/auctex 794ecb01ab 35/77: Fontify \maketitle macro
Date: Fri, 26 Aug 2022 16:06:35 -0400 (EDT)

branch: externals/auctex
commit 794ecb01ab7924d31eae5f76964846e2a7a39f90
Author: Arash Esbati <arash@gnu.org>
Commit: Arash Esbati <arash@gnu.org>

    Fontify \maketitle macro
    
    * font-latex.el (font-latex-built-in-keyword-classes): Add an
    entry for \maketitle macro.
---
 font-latex.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/font-latex.el b/font-latex.el
index d5a7b39e51..385be3589a 100644
--- a/font-latex.el
+++ b/font-latex.el
@@ -376,7 +376,8 @@ variable `font-latex-fontify-sectioning'." ',num)
       ("raggedbottom" "") ("flushbottom" "")
       ("TeX" "") ("LaTeX" "") ("LaTeXe" "")
       ("normalfont" "") ("normalshape" "")
-      ("tableofcontents" "") ("listoffigures" "") ("listoftables" ""))
+      ("tableofcontents" "") ("listoffigures" "") ("listoftables" "")
+      ("maketitle" ""))
      font-lock-function-name-face 2 command)
     ("sectioning-0"
      (("part" "*[{"))



reply via email to

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