aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-06-18 18:35:03 -0700
committerPaul Eggert2011-06-18 18:35:03 -0700
commitf14ed477b81a165cd731aa1d851a1cc0247d70b8 (patch)
treef648ebbb9486067a46c09437a40ff7c7f8a8ac00 /src/ChangeLog
parente4d29b3382b1a6f3b09e9d5d073493e909540593 (diff)
downloademacs-f14ed477b81a165cd731aa1d851a1cc0247d70b8.tar.gz
emacs-f14ed477b81a165cd731aa1d851a1cc0247d70b8.zip
* lread.c (string_to_number): Simplify the 2011-04-26 change by invoking xsignal1.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 2016669efc1..c5cb08237de 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -4,6 +4,7 @@
4 All uses changed. This doesn't fix a bug, but it simplifies the 4 All uses changed. This doesn't fix a bug, but it simplifies the
5 code away from its former Hollerith-constant appearance, and it's 5 code away from its former Hollerith-constant appearance, and it's
6 one less 'int' to worry about when looking at integer-overflow issues. 6 one less 'int' to worry about when looking at integer-overflow issues.
7 (string_to_number): Simplify the 2011-04-26 change by invoking xsignal1.
7 8
8 * lisp.h (DEFUN): Remove bogus use of sizeof (struct Lisp_Subr). 9 * lisp.h (DEFUN): Remove bogus use of sizeof (struct Lisp_Subr).
9 This didn't break anything, but it didn't help either. 10 This didn't break anything, but it didn't help either.