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

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

[elpa] externals/auctex 9ca155cdb0 25/77: Improve fontification of kerne


From: Tassilo Horn
Subject: [elpa] externals/auctex 9ca155cdb0 25/77: Improve fontification of kernel macros
Date: Fri, 26 Aug 2022 16:06:33 -0400 (EDT)

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

    Improve fontification of kernel macros
    
    * font-latex.el (font-latex-built-in-keyword-classes): Add two
    kernel macros "raggedbottom" and "flushbottom".
---
 font-latex.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/font-latex.el b/font-latex.el
index b0f8ae334b..2395937d66 100644
--- a/font-latex.el
+++ b/font-latex.el
@@ -373,6 +373,7 @@ variable `font-latex-fontify-sectioning'." ',num)
       ("thicklines" "") ("thinlines" "")
       ("noindent" "") ("hline" "") ("ldots" "")
       ("centering" "") ("raggedright" "") ("raggedleft" "")
+      ("raggedbottom" "") ("flushbottom" "")
       ("TeX" "") ("LaTeX" "") ("LaTeXe" "")
       ("normalfont" "") ("normalshape" "")
       ("tableofcontents" "") ("listoffigures" "") ("listoftables" ""))



reply via email to

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