diff options
| author | Paul Eggert | 2011-02-05 19:48:28 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-02-05 19:48:28 -0800 |
| commit | 5f742c1bf2ad7b435e7a13dc58c1c45bab81b70b (patch) | |
| tree | 01521902fe6c492a14c9ab18d3336d05d81bff4d /src/ChangeLog | |
| parent | 4c83cffccec286575d36b63e0183fed480726352 (diff) | |
| download | emacs-5f742c1bf2ad7b435e7a13dc58c1c45bab81b70b.tar.gz emacs-5f742c1bf2ad7b435e7a13dc58c1c45bab81b70b.zip | |
* xfns.c: conform to C89 pointer rules
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
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 | ||
| 16 | 2011-02-05 Paul Eggert <eggert@cs.ucla.edu> | 18 | 2011-02-05 Paul Eggert <eggert@cs.ucla.edu> |
| 17 | 19 | ||