aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-02-06 00:51:35 -0800
committerPaul Eggert2011-02-06 00:51:35 -0800
commitb8dc29e93c73c5b09b5d91c16e5101491a095412 (patch)
treece64ebb2bcdeb6aa8dfed35e5221fd6eb5f4ca6f /src/ChangeLog
parent91ccade49b1403d469fa5441b16598e08d6604c9 (diff)
downloademacs-b8dc29e93c73c5b09b5d91c16e5101491a095412.tar.gz
emacs-b8dc29e93c73c5b09b5d91c16e5101491a095412.zip
* image.c: conform to C89 pointer rules
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 37fff50aca1..a8790fad31d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -14,6 +14,7 @@
14 (Fsubstitute_command_keys): Likewise. 14 (Fsubstitute_command_keys): Likewise.
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 18
182011-02-05 Paul Eggert <eggert@cs.ucla.edu> 192011-02-05 Paul Eggert <eggert@cs.ucla.edu>
19 20