mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-21 10:24:55 +00:00
* etc/NEWS: Fix eql typo in previous change.
This commit is contained in:
parent
04a32fa60b
commit
5934122c1f
4
etc/NEWS
4
etc/NEWS
@ -829,8 +829,8 @@ remote systems, which support this check.
|
||||
** 'eql', 'make-hash-table', etc. now treat NaNs consistently.
|
||||
Formerly, some of these functions ignored signs and significands of
|
||||
NaNs. Now, all these functions treat NaN signs and significands as
|
||||
significant. For example, (eql 0.0e+NaN -0.0e+NaN) now returns t
|
||||
because the two NaNs have different signs; formerly it returned nil.
|
||||
significant. For example, (eql 0.0e+NaN -0.0e+NaN) now returns nil
|
||||
because the two NaNs have different signs; formerly it returned t.
|
||||
|
||||
+++
|
||||
** The function 'make-string' accepts an additional optional argument.
|
||||
|
Loading…
Reference in New Issue
Block a user