* calc/calc.el (math-normalize): Don't set `math-normalize-error' to t
for the less important warnings.
This commit is contained in:
parent
ad60824ef1
commit
6eaed04808
2 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
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)
|
||||
|
|
|
@ -2701,7 +2701,6 @@ largest Emacs integer.")
|
|||
(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)))
|
||||
|
@ -2712,7 +2711,6 @@ largest Emacs integer.")
|
|||
(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)
|
||||
|
|
Loading…
Add table
Reference in a new issue