branch: master
commit 3b38bd625b7f04f6239ea1455134f6571db97155
Author: Arash Esbati <[email protected]>
Commit: Arash Esbati <[email protected]>

    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