for the less important warnings.
+2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
+
+ * calc/calc.el (math-normalize): Don't set `math-normalize-error'
+ to t for the less important warnings.
+
2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
* isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
(cons (car math-normalize-a) args))
nil)
(wrong-type-argument
- (setq math-normalize-error t)
(or calc-next-why
(calc-record-why "Wrong type of argument"
(cons (car math-normalize-a) args)))
(cons (car math-normalize-a) args))
nil)
(inexact-result
- (setq math-normalize-error t)
(calc-record-why "No exact representation for result"
(cons (car math-normalize-a) args))
nil)