]> code.delx.au - gnu-emacs/blobdiff - lisp/calc/calc-math.el
Merge from trunk.
[gnu-emacs] / lisp / calc / calc-math.el
index 185ed18ed4259a140d2d45a76c1ea4a03a147f18..076dab31fd9fef42ee5d2a525d92b3990c61ae77 100644 (file)
@@ -1574,7 +1574,7 @@ If this can't be done, return NIL."
         (if calc-infinite-mode
             '(neg (var inf var-inf))
           (math-reject-arg x "*Logarithm of zero")))
-       (calc-symbolic-mode (signal 'inexact-result nil))
+        (calc-symbolic-mode (signal 'inexact-result nil))
        ((Math-numberp x)
         (math-with-extra-prec 2
           (let ((xf (math-float x)))