Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b6f94db5
Commit
b6f94db5
authored
Mar 06, 2010
by
Chong Yidong
Browse files
NEWS: Document change to Lisp reader for overflowing ints.
parent
eed5c93a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
etc/NEWS
etc/NEWS
+6
-0
No files found.
etc/NEWS
View file @
b6f94db5
...
...
@@ -432,6 +432,12 @@ System (CLOS). It is used by the other CEDET packages.
* 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 does not change how integers overflow.
---
** Several obsolete functions removed.
The functions have been obsolete since Emacs 19, and are unlikely to
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment