auctex-diffs
[Top][All Lists]
Advanced

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

master 07a8a3cf: ; Use `TeX-dialect' in style/tcolorboxlib-theorems.el


From: Arash Esbati
Subject: master 07a8a3cf: ; Use `TeX-dialect' in style/tcolorboxlib-theorems.el
Date: Tue, 13 Sep 2022 05:05:03 -0400 (EDT)

branch: master
commit 07a8a3cf9886466eeee384f7f2f4bd452e4c2961
Author: Arash Esbati <arash@gnu.org>
Commit: Arash Esbati <arash@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 8c4eb7d4..20aa710d 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



reply via email to

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