aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-06-12 22:43:30 -0700
committerPaul Eggert2011-06-12 22:43:30 -0700
commit7147c4a44b3fdcc9bab92e8a57a150bc73d42939 (patch)
treefef3cba8f2f252c4a08370477539dad625b1870b /src/ChangeLog
parent193e32d9a86691236b65238556b2d7a11bfc66d8 (diff)
downloademacs-7147c4a44b3fdcc9bab92e8a57a150bc73d42939.tar.gz
emacs-7147c4a44b3fdcc9bab92e8a57a150bc73d42939.zip
* keyboard.c (modify_event_symbol): Don't limit alist len to UINT_MAX.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ab821226fa4..f8482b26d18 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12011-06-13 Paul Eggert <eggert@cs.ucla.edu> 12011-06-13 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * keyboard.c (modify_event_symbol): Don't limit alist len to UINT_MAX.
4
3 * lisp.h (CHAR_TABLE_SET): Omit now-redundant test. 5 * lisp.h (CHAR_TABLE_SET): Omit now-redundant test.
4 6
5 * lread.c (Fload): Don't compare a possibly-garbage time_t value. 7 * lread.c (Fload): Don't compare a possibly-garbage time_t value.