diff options
Diffstat (limited to 'lisp/calc/calcalg3.el')
-rw-r--r-- | lisp/calc/calcalg3.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calc/calcalg3.el b/lisp/calc/calcalg3.el index 3cb1886f3bd..a61cdb5d0e6 100644 --- a/lisp/calc/calcalg3.el +++ b/lisp/calc/calcalg3.el @@ -1484,7 +1484,7 @@ h (cdr h))) (setq curh (math-div-float curh '(float 9 0)))) ss - (math-reject-arg nil (format "*Integral failed to converge")))))) + (math-reject-arg nil "*Integral failed to converge"))))) (defun math-ninteg-evaluate (expr x mode) |