Mercurial > emacs
changeset 59451:84270f4d7cf3
(calc-embedded-subst): Replace math-multi-subst-rec, which is only
supposed to be called by math-multi-subst, by math-multi-subst.
author | Jay Belanger <jay.p.belanger@gmail.com> |
---|---|
date | Mon, 10 Jan 2005 04:56:55 +0000 |
parents | 67b1abfb6804 |
children | 139dd24b2c1c |
files | lisp/calc/calc-embed.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/calc/calc-embed.el Mon Jan 10 04:27:09 2005 +0000 +++ b/lisp/calc/calc-embed.el Mon Jan 10 04:56:55 2005 +0000 @@ -885,7 +885,7 @@ (list 'calcFunc-assign (nth 1 x) (calc-embedded-subst (nth 2 x))) - (calc-normalize (math-evaluate-expr-rec (math-multi-subst-rec x)))))) + (calc-normalize (math-evaluate-expr-rec (math-multi-subst x nil nil)))))) (defun calc-embedded-eval-get-var (var base) (let ((entry base)