aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 4b0e5468f49..00c4765f822 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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.
437For instance, on machines where `536870911' is the largest integer, 437For instance, on machines where `536870911' is the largest integer,
438reading `536870912' gives the floating-point object `536870912.0'. 438reading `536870912' gives the floating-point object `536870912.0'.
439This change does not change how integers overflow. 439
440This change only concerns the Lisp reader; it does not affect how
441actual integer objects overflow.
440 442
441--- 443---
442** Several obsolete functions removed. 444** Several obsolete functions removed.