Mercurial > emacs
changeset 107346:6ac7a46c38cc
NEWS: Clarify last change.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sat, 06 Mar 2010 15:35:04 -0500 |
parents | e29233cedd0a |
children | ff09b16a7200 c944b55d017d |
files | etc/NEWS |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Sat Mar 06 15:33:04 2010 -0500 +++ b/etc/NEWS Sat Mar 06 15:35:04 2010 -0500 @@ -436,7 +436,9 @@ ** 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.