Mercurial > emacs
diff etc/NEWS @ 108429:c944b55d017d
Merge from mainline.
author | Katsumi Yamaoka <yamaoka@jpl.org> |
---|---|
date | Sun, 07 Mar 2010 11:51:19 +0000 |
parents | 6ac7a46c38cc |
children | 3067c2b8b6a6 54f3a4d055ee |
line wrap: on
line diff
--- a/etc/NEWS Fri Mar 05 15:28:17 2010 +0000 +++ b/etc/NEWS Sun Mar 07 11:51:19 2010 +0000 @@ -432,6 +432,14 @@ * Incompatible Lisp Changes in Emacs 23.2 ++++ +** 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 only concerns the Lisp reader; it does not affect how +actual integer objects overflow. + --- ** Several obsolete functions removed. The functions have been obsolete since Emacs 19, and are unlikely to