projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6f94db
)
NEWS: Clarify last change.
author
Chong Yidong
<cyd@stupidchicken.com>
Sat, 6 Mar 2010 20:35:04 +0000
(15:35 -0500)
committer
Chong Yidong
<cyd@stupidchicken.com>
Sat, 6 Mar 2010 20:35:04 +0000
(15:35 -0500)
etc/NEWS
patch
|
blob
|
history
diff --git
a/etc/NEWS
b/etc/NEWS
index 4b0e5468f49e8f581b0c7cbe418df669f852779b..00c4765f822f3292b026854648574ccdd3485c20 100644
(file)
--- a/
etc/NEWS
+++ b/
etc/NEWS
@@
-436,7
+436,9
@@
System (CLOS). It is used by the other CEDET packages.
** The Lisp reader turns integers that are too large/small into floats.
For instance, on machines where `536870911' is the largest integer,
reading `536870912' gives the floating-point object `536870912.0'.
-This change does not change how integers overflow.
+
+This change only concerns the Lisp reader; it does not affect how
+actual integer objects overflow.
---
** Several obsolete functions removed.