diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2010-03-06 15:35:04 -0500 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2010-03-06 15:35:04 -0500 |
commit | 4e1cf6d74c8bf65fbab6d933e17fbfe81627ae5a (patch) | |
tree | af999f179d6b27dde581968f6e982a7f631802e7 /etc/NEWS | |
parent | 835c8f525da2b1d4d966c9831a6f37acf16ef234 (diff) | |
download | emacs-4e1cf6d74c8bf65fbab6d933e17fbfe81627ae5a.tar.gz |
NEWS: Clarify last change.
Diffstat (limited to 'etc/NEWS')
-rw-r--r-- | etc/NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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. |