diff options
Diffstat (limited to 'lisp/calc/calc-macs.el')
-rw-r--r-- | lisp/calc/calc-macs.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calc/calc-macs.el b/lisp/calc/calc-macs.el index 0aee9556aef..313331ba820 100644 --- a/lisp/calc/calc-macs.el +++ b/lisp/calc/calc-macs.el @@ -36,7 +36,7 @@ (defmacro calc-slow-wrapper (&rest body) `(calc-do - (function (lambda () ,@body) (point)))) + (function (lambda () ,@body)) (point))) (defmacro math-showing-full-precision (form) `(let ((calc-float-format calc-full-float-format)) |