branch: externals/auctex
commit ccd67c2b668a1e62ee27fb525c85655caf0d1eb4
Author: Arash Esbati <ar...@gnu.org>
Commit: Arash Esbati <ar...@gnu.org>

    ; * style/breqn.el ("breqn"): Add missing starred version of array.
---
 style/breqn.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/style/breqn.el b/style/breqn.el
index 0c75fac..742bd5f 100644
--- a/style/breqn.el
+++ b/style/breqn.el
@@ -158,7 +158,7 @@ Keys offered for key=val query depend on ENV.  \"label\" and
     '("dgroup" LaTeX-breqn-env)
     '("dgroup*" LaTeX-breqn-env)
     '("darray" LaTeX-breqn-env)
-    '("darray" LaTeX-breqn-env)
+    '("darray*" LaTeX-breqn-env)
     '("dsuspend"))
 
    (TeX-add-symbols

Reply via email to