branch: elpa/cdlatex
commit f215b70c5cb02bbc43f5a7d5c8e5e3460ff82428
Author: Carsten Dominik <[email protected]>
Commit: Carsten Dominik <[email protected]>
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"