aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/calc/calc-aent.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/calc/calc-aent.el b/lisp/calc/calc-aent.el
index 49aae82a950..2b0cf9a004a 100644
--- a/lisp/calc/calc-aent.el
+++ b/lisp/calc/calc-aent.el
@@ -771,6 +771,7 @@ in Calc algebraic input.")
771 math-expr-data "[") 771 math-expr-data "[")
772 (cond ((or (string= envname "matrix") 772 (cond ((or (string= envname "matrix")
773 (string= envname "bmatrix") 773 (string= envname "bmatrix")
774 (string= envname "smallmatrix")
774 (string= envname "pmatrix")) 775 (string= envname "pmatrix"))
775 (if (setq j (string-match (concat "\\\\end{" envname "}") 776 (if (setq j (string-match (concat "\\\\end{" envname "}")
776 math-exp-str math-exp-pos)) 777 math-exp-str math-exp-pos))