auctex-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/auctex 07a8a3cf98 13/23: ; Use `TeX-dialect' in style/t


From: Tassilo Horn
Subject: [elpa] externals/auctex 07a8a3cf98 13/23: ; Use `TeX-dialect' in style/tcolorboxlib-theorems.el
Date: Thu, 20 Oct 2022 14:53:22 -0400 (EDT)

branch: externals/auctex
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 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




reply via email to

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