aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-02-06 01:03:25 -0800
committerPaul Eggert2011-02-06 01:03:25 -0800
commit847c082469460ee3d8fb573f70320c6bb096fda2 (patch)
treeea5ce53a2bc748a9e6300c803e5063c81c87ea1f /src/ChangeLog
parentb8dc29e93c73c5b09b5d91c16e5101491a095412 (diff)
downloademacs-847c082469460ee3d8fb573f70320c6bb096fda2.tar.gz
emacs-847c082469460ee3d8fb573f70320c6bb096fda2.zip
* keyboard.c: conform to C89 pointer rules
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 a8790fad31d..ffd669b4ad7 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -15,6 +15,8 @@
15 * xfns.c (Fx_open_connection, Fx_window_property): Likewise. 15 * xfns.c (Fx_open_connection, Fx_window_property): Likewise.
16 * bitmaps/gray.xbm (gray_bits): Likewise. 16 * bitmaps/gray.xbm (gray_bits): Likewise.
17 * image.c (xbm_read_bitmap_data, xbm_load_image, xbm_load): Likewise. 17 * image.c (xbm_read_bitmap_data, xbm_load_image, xbm_load): Likewise.
18 * keyboard.c (echo_char, MULTI_LETTER_MOD, tty_read_avail_input):
19 Likewise.
18 20
192011-02-05 Paul Eggert <eggert@cs.ucla.edu> 212011-02-05 Paul Eggert <eggert@cs.ucla.edu>
20 22