mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-01 11:14:55 +00:00
* 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
@ -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…
Reference in New Issue
Block a user