aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-06-12 22:49:35 -0700
committerPaul Eggert2011-06-12 22:49:35 -0700
commit6da655361cb06353fd844e968a450d4e4b15f569 (patch)
treeed6b24f233d8c30487d886c34129f30163d868bb /src/ChangeLog
parent7147c4a44b3fdcc9bab92e8a57a150bc73d42939 (diff)
downloademacs-6da655361cb06353fd844e968a450d4e4b15f569.tar.gz
emacs-6da655361cb06353fd844e968a450d4e4b15f569.zip
* xterm.c (handle_one_xevent): Omit unnecessary casts to unsigned.
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 f8482b26d18..8e74e4a630e 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 * xterm.c (handle_one_xevent): Omit unnecessary casts to unsigned.
4
3 * keyboard.c (modify_event_symbol): Don't limit alist len to UINT_MAX. 5 * keyboard.c (modify_event_symbol): Don't limit alist len to UINT_MAX.
4 6
5 * lisp.h (CHAR_TABLE_SET): Omit now-redundant test. 7 * lisp.h (CHAR_TABLE_SET): Omit now-redundant test.