bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#14254: 24.3; read-number fails to recognize faulty numbers (string-t


From: Drew Adams
Subject: bug#14254: 24.3; read-number fails to recognize faulty numbers (string-to-number toblame)
Date: Wed, 24 Apr 2013 07:44:50 -0700

> > Now (string-to-number "junk") returns 0.
> 
> It always did, as documented.

The regression comes from this change in `read-number' (not from a change in
`string-to-number'):

Old (good): (read str)
New (bad) : (string-to-number str)






reply via email to

[Prev in Thread] Current Thread [Next in Thread]