branch: externals/auctex commit 07a8a3cf9886466eeee384f7f2f4bd452e4c2961 Author: Arash Esbati <ar...@gnu.org> Commit: Arash Esbati <ar...@gnu.org>
; Use `TeX-dialect' in style/tcolorboxlib-theorems.el * style/tcolorboxlib-theorems.el ("tcolorboxlib-theorems"): Use `TeX-dialect' instead of obsolete `LaTeX-dialect'. --- style/tcolorboxlib-theorems.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/tcolorboxlib-theorems.el b/style/tcolorboxlib-theorems.el index 8c4eb7d44c..20aa710d47 100644 --- a/style/tcolorboxlib-theorems.el +++ b/style/tcolorboxlib-theorems.el @@ -312,6 +312,6 @@ empty." (font-latex-add-keywords '(("newtcbtheorem" "[{{{{") ("renewtcbtheorem" "[{{{{")) 'function))) - LaTeX-dialect) + TeX-dialect) ;;; tcolorboxlib-theorems.el ends here