diff options
| author | Chong Yidong | 2010-03-06 15:35:04 -0500 |
|---|---|---|
| committer | Chong Yidong | 2010-03-06 15:35:04 -0500 |
| commit | 300ad19d4315183cf926ec6554d4bba4b79fa57a (patch) | |
| tree | af390752e697379598a1a8c630084cf6b4e82392 | |
| parent | b6f94db5466c8625cad48dc33acde36f7dfcd4a9 (diff) | |
| download | emacs-300ad19d4315183cf926ec6554d4bba4b79fa57a.tar.gz emacs-300ad19d4315183cf926ec6554d4bba4b79fa57a.zip | |
NEWS: Clarify last change.
| -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. | |||
| 436 | ** The Lisp reader turns integers that are too large/small into floats. | 436 | ** The Lisp reader turns integers that are too large/small into floats. |
| 437 | For instance, on machines where `536870911' is the largest integer, | 437 | For instance, on machines where `536870911' is the largest integer, |
| 438 | reading `536870912' gives the floating-point object `536870912.0'. | 438 | reading `536870912' gives the floating-point object `536870912.0'. |
| 439 | This change does not change how integers overflow. | 439 | |
| 440 | This change only concerns the Lisp reader; it does not affect how | ||
| 441 | actual integer objects overflow. | ||
| 440 | 442 | ||
| 441 | --- | 443 | --- |
| 442 | ** Several obsolete functions removed. | 444 | ** Several obsolete functions removed. |