From: Jay Belanger Date: Tue, 9 Nov 2004 20:30:40 +0000 (+0000) Subject: (math-expand-form): Use declared variable math-mt-many. X-Git-Tag: ttn-vms-21-2-B4~4039 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f7917133cb39354f3cb1e4b9ce768a10858fce6d;p=emacs.git (math-expand-form): Use declared variable math-mt-many. --- diff --git a/lisp/calc/calc-poly.el b/lisp/calc/calc-poly.el index 213b7dc4474..6ede0888319 100644 --- a/lisp/calc/calc-poly.el +++ b/lisp/calc/calc-poly.el @@ -1040,7 +1040,7 @@ (memq (car-safe (nth 1 expr)) '(+ -)) (integerp (nth 2 expr)) (if (> (nth 2 expr) 0) - (or (and (or (> mmt-many 500000) (< mmt-many -500000)) + (or (and (or (> math-mt-many 500000) (< math-mt-many -500000)) (math-expand-power (nth 1 expr) (nth 2 expr) nil t)) (list '*