(calc-embedded-subst): Replace math-multi-subst-rec, which is only

supposed to be called by math-multi-subst, by math-multi-subst.
This commit is contained in:
Jay Belanger 2005-01-10 05:01:27 +00:00
parent 3579f0c2bc
commit 7f72c3db5a
2 changed files with 5 additions and 1 deletions

View file

@ -3,6 +3,10 @@
* calc/calc.el (calc-mode-var-list-restore-saved-values):
Make sure settings file exists before accessing it.
* calc/calc-embed.el (calc-embedded-subst):
Replace math-multi-subst-rec, which is only supposed to be called
by math-multi-subst, by math-multi-subst.
2005-01-09 Andre Spiegel <spiegel@gnu.org>
* vc.el (vc-allow-async-revert): New user option.

View file

@ -885,7 +885,7 @@ The command \\[yank] can retrieve it from there."
(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)