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

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

[elpa] externals/auctex be9f14a 02/78: Add the missing starred version o


From: Tassilo Horn
Subject: [elpa] externals/auctex be9f14a 02/78: Add the missing starred version of \AddEnumerateCounter.
Date: Mon, 19 Oct 2015 09:10:36 +0000

branch: externals/auctex
commit be9f14a1726b74848186b921ed6dc4f89f7cd4ac
Author: Arash Esbati <address@hidden>
Commit: Mosè Giordano <address@hidden>

    Add the missing starred version of \AddEnumerateCounter.
    
    * style/enumitem.el ("enumitem"): Cater for the starred version of
    `\AddEnumerateCounter'.
    
    Signed-off-by: Mosè Giordano <address@hidden>
---
 ChangeLog         |    3 +++
 style/enumitem.el |    3 ++-
 2 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 570d256..9809c70 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2015-08-09  Arash Esbati  <address@hidden>
 
+       * style/enumitem.el ("enumitem"): Cater for the starred version of
+       `\AddEnumerateCounter'.
+
        * style/ragged2e.el ("ragged2e"): Make package lengths available
        through `LaTeX-add-lengths' and not `TeX-add-symbol'.
 
diff --git a/style/enumitem.el b/style/enumitem.el
index b9d88e4..bca9203 100644
--- a/style/enumitem.el
+++ b/style/enumitem.el
@@ -403,6 +403,7 @@ in `enumitem'-completions."
 
     ;; Just add the braces and let the user do the rest.
     '("AddEnumerateCounter" 3)
+    '("AddEnumerateCounter*" 3)
 
     ;; This command only makes sense for enumerate type environments.
     ;; Currently, we offer all defined env's -- to be improved
@@ -431,7 +432,7 @@ in `enumitem'-completions."
      (font-latex-add-keywords '(("newlist"             "{{{")
                                ("renewlist"           "{{{")
                                ("setlist"             "*[{")
-                               ("AddEnumerateCounter" "{{{")
+                               ("AddEnumerateCounter" "*{{{")
                                ("SetEnumitemKey"      "{{" )
                                ("SetEnumitemValue"    "{{{"))
                              'function)



reply via email to

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