]> git.eshelyaron.com Git - emacs.git/commitdiff
(calc-embedded-subst): Replace math-multi-subst-rec, which is only
authorJay Belanger <jay.p.belanger@gmail.com>
Mon, 10 Jan 2005 05:01:27 +0000 (05:01 +0000)
committerJay Belanger <jay.p.belanger@gmail.com>
Mon, 10 Jan 2005 05:01:27 +0000 (05:01 +0000)
supposed to be called by math-multi-subst, by math-multi-subst.

lisp/ChangeLog
lisp/calc/calc-embed.el

index df1affc2c0e1d1b3b51c35a86bbb514989ae540d..e5e5cc56f8ae2827207743393e1dc02ca74b8b85 100644 (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.
index cdab562dc21e8aba5ec520d343fe143d449104c3..db1acfcb14511105e50c6ed308b69ab95eac34ef 100644 (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)