aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-02-05 19:48:28 -0800
committerPaul Eggert2011-02-05 19:48:28 -0800
commit5f742c1bf2ad7b435e7a13dc58c1c45bab81b70b (patch)
tree01521902fe6c492a14c9ab18d3336d05d81bff4d /src/ChangeLog
parent4c83cffccec286575d36b63e0183fed480726352 (diff)
downloademacs-5f742c1bf2ad7b435e7a13dc58c1c45bab81b70b.tar.gz
emacs-5f742c1bf2ad7b435e7a13dc58c1c45bab81b70b.zip
* xfns.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 5a269965186..37fff50aca1 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -12,6 +12,8 @@
12 rules about pointer type compatibility. 12 rules about pointer type compatibility.
13 * doc.c (get_doc_string, Fsnarf_documentation): 13 * doc.c (get_doc_string, Fsnarf_documentation):
14 (Fsubstitute_command_keys): Likewise. 14 (Fsubstitute_command_keys): Likewise.
15 * xfns.c (Fx_open_connection, Fx_window_property): Likewise.
16 * bitmaps/gray.xbm (gray_bits): Likewise.
15 17
162011-02-05 Paul Eggert <eggert@cs.ucla.edu> 182011-02-05 Paul Eggert <eggert@cs.ucla.edu>
17 19