branch: master
commit b94c773c5dae5a1725ac5f237754631335be3199
Author: Arash Esbati <[email protected]>
Commit: Arash Esbati <[email protected]>
; Delete remainder
* font-latex.el (font-latex-built-in-keyword-classes): Delete
"include" which is now in reference class.
---
font-latex.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/font-latex.el b/font-latex.el
index 3a0f97ae..ae922b5b 100644
--- a/font-latex.el
+++ b/font-latex.el
@@ -240,7 +240,7 @@ variable `font-latex-fontify-sectioning'." ',num)
'(("warning"
("nopagebreak" "pagebreak" "newpage" "clearpage" "cleardoublepage"
"enlargethispage" "nolinebreak" "linebreak" "newline" "-" "\\" "\\*"
- "appendix" "displaybreak" "allowdisplaybreaks" "tabularnewline" "include"
+ "appendix" "displaybreak" "allowdisplaybreaks" "tabularnewline"
"backmatter" "frontmatter" "mainmatter"
"makeatletter" "makeatother" "newblock" "suppressfloats" "endinput")
font-latex-warning-face 1 noarg)