]> git.eshelyaron.com Git - emacs.git/commitdiff
Add Bug#.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 2 May 2011 03:21:58 +0000 (20:21 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 2 May 2011 03:21:58 +0000 (20:21 -0700)
src/ChangeLog

index a93cc8d2a9d29c3917c5ef55c271a4fcb48db425..3013418afec8baf22f671a61c7fa7a1a7b0eaa5f 100644 (file)
@@ -6,7 +6,7 @@
        for example, #x1fffffffffffffff was misread as -2305843009213693952.
        (digit_to_number): Move earlier, for benefit of read_integer.
        Return -1 if the digit is out of range for the base, -2 if it is
-       not a digit in any supported base.
+       not a digit in any supported base.  (Bug#8602)
 
 2011-04-30  Paul Eggert  <eggert@cs.ucla.edu>