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

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

[elpa] externals/auctex 3b38bd625b 04/39: Fontify \sloppy and \fussy


From: Tassilo Horn
Subject: [elpa] externals/auctex 3b38bd625b 04/39: Fontify \sloppy and \fussy
Date: Thu, 20 Jul 2023 04:21:48 -0400 (EDT)

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

    Fontify \sloppy and \fussy
    
    * font-latex.el (font-latex-built-in-keyword-classes): Add entries
    for missing macros \sloppy and \fussy.
---
 font-latex.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/font-latex.el b/font-latex.el
index b78cf58ad2..ee6d06f85d 100644
--- a/font-latex.el
+++ b/font-latex.el
@@ -378,7 +378,8 @@ variable `font-latex-fontify-sectioning'." ',num)
       ("TeX" "") ("LaTeX" "") ("LaTeXe" "")
       ("normalfont" "") ("normalshape" "")
       ("tableofcontents" "") ("listoffigures" "") ("listoftables" "")
-      ("maketitle" "") ("makeindex" "") ("makeglossary" ""))
+      ("maketitle" "") ("makeindex" "") ("makeglossary" "")
+      ("sloppy" "") ("fussy" ""))
      font-lock-function-name-face 2 command)
     ("sectioning-0"
      (("part" "*[{"))



reply via email to

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