]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Wed, 23 Feb 2000 12:52:38 +0000 (12:52 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 23 Feb 2000 12:52:38 +0000 (12:52 +0000)
etc/NEWS
src/ChangeLog

index aff620897fab711d43be638d22150860f323ee2e..c73628cd5d913eccb6b222dfc75c1503fefd4e80 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -973,6 +973,9 @@ Note that +++ before an item means the Lisp manual has been updated.
 When you add a new item, please add it without either +++ or ---
 so I will know I still need to look at it -- rms.
 
+** The function string-to-number now returns a float for numbers
+that don't fit into a Lisp integer.
+
 ** The variable keyword-symbols-constants-flag has been removed.
 Keywords are now always considered constants.
 
index 2deaf4b2468dd6dc2f7f15c7cb6c0351f916ebc2..bb90a4835b7d3a6f387467543a598c034865d3ba 100644 (file)
@@ -1,5 +1,8 @@
 2000-02-23  Gerd Moellmann  <gerd@gnu.org>
 
+       * data.c (Fstring_to_number): If number is greater than what
+       fits into an integer, return a float.
+
        * eval.c (specbind): Remove references to
        keyword_symbols_constant_flag.