aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/calc/calc-aent.el
diff options
context:
space:
mode:
authorJay Belanger <[email protected]>2005-01-31 09:16:44 +0000
committerJay Belanger <[email protected]>2005-01-31 09:16:44 +0000
commit84d77b1eb3a117e81a387fa829fe294e392fac6f (patch)
treea47bc0663a02026dafc852c506b050c26a309fff /lisp/calc/calc-aent.el
parente09d97e8f11aa63e1d3b0083610882626f6530e3 (diff)
(math-read-token): Check for smallmatrix environment.
Diffstat (limited to 'lisp/calc/calc-aent.el')
-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 49aae82a95..2b0cf9a004 100644
--- a/lisp/calc/calc-aent.el
+++ b/lisp/calc/calc-aent.el
@@ -771,6 +771,7 @@ in Calc algebraic input.")
math-expr-data "[")
(cond ((or (string= envname "matrix")
(string= envname "bmatrix")
+ (string= envname "smallmatrix")
(string= envname "pmatrix"))
(if (setq j (string-match (concat "\\\\end{" envname "}")
math-exp-str math-exp-pos))