auctex-diffs
[Top][All Lists]
Advanced

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

master 3b38bd62: Fontify \sloppy and \fussy


From: Arash Esbati
Subject: master 3b38bd62: Fontify \sloppy and \fussy
Date: Wed, 26 Apr 2023 07:03:48 -0400 (EDT)

branch: master
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 b78cf58a..ee6d06f8 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]