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

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

[nongnu] elpa/cdlatex f215b70c5c 33/49: Fix test and math flags for spl


From: ELPA Syncer
Subject: [nongnu] elpa/cdlatex f215b70c5c 33/49: Fix test and math flags for spl abbreviation
Date: Mon, 11 Jul 2022 02:58:34 -0400 (EDT)

branch: elpa/cdlatex
commit f215b70c5cb02bbc43f5a7d5c8e5e3460ff82428
Author: Carsten Dominik <dominik@Elas-Handy.localdomain>
Commit: Carsten Dominik <dominik@Elas-Handy.localdomain>

    Fix test and math flags for spl abbreviation
---
 cdlatex.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cdlatex.el b/cdlatex.el
index 3dd33bcef0..bf1c4f2b99 100644
--- a/cdlatex.el
+++ b/cdlatex.el
@@ -1468,7 +1468,7 @@ zZ
     ("gat*"      "Insert a GATHER* environment template"
      "" cdlatex-environment ("gather*") t nil)
     ("spl"       "Insert SPLIT environment template"
-     "" cdlatex-environment ("split") t nil)
+     "" cdlatex-environment ("split") nil t)
     ("fla"       "Insert a FLALIGN environment template"
      "" cdlatex-environment ("flalign") t nil)
     ("fla*"      "Insert a FLALIGN* environment template"



reply via email to

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