diff options
| author | Paul Eggert | 2011-02-06 11:56:30 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-02-06 11:56:30 -0800 |
| commit | 01c9aa3af4214b6d70b0e8d372df68ce6884a898 (patch) | |
| tree | f196d4f7d571689fbf31da9ff28dbffb7d0105e9 /src/ChangeLog | |
| parent | b68864e5b9b695570d35dd7c41d5d010ba7cc87d (diff) | |
| download | emacs-01c9aa3af4214b6d70b0e8d372df68ce6884a898.tar.gz emacs-01c9aa3af4214b6d70b0e8d372df68ce6884a898.zip | |
* keymap.c: conform to C89 pointer rules
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 35883220197..5e2831ea67e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -17,6 +17,7 @@ | |||
| 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): | 18 | * keyboard.c (echo_char, MULTI_LETTER_MOD, tty_read_avail_input): |
| 19 | Likewise. | 19 | Likewise. |
| 20 | * keymap.c (Ftext_char_description): Likewise. | ||
| 20 | * insdel.c (insert, insert_and_inherit, insert_before_markers): | 21 | * insdel.c (insert, insert_and_inherit, insert_before_markers): |
| 21 | (insert_before_markers_and_inherit, insert_1, insert_1_both): | 22 | (insert_before_markers_and_inherit, insert_1, insert_1_both): |
| 22 | Likewise. This changes these functions' signatures, which is | 23 | Likewise. This changes these functions' signatures, which is |
| @@ -24,6 +25,9 @@ | |||
| 24 | callers changed. | 25 | callers changed. |
| 25 | * editfns.c (general_insert_function): Change signature to | 26 | * editfns.c (general_insert_function): Change signature to |
| 26 | match changes to insert functions' signatures. | 27 | match changes to insert functions' signatures. |
| 28 | * keymap.c (map_keymap_char_table_item, map_keymap_internal): Use | ||
| 29 | explicit cast when converting between void * and function pointer | ||
| 30 | types, as C89 requires this. | ||
| 27 | 31 | ||
| 28 | 2011-02-05 Paul Eggert <eggert@cs.ucla.edu> | 32 | 2011-02-05 Paul Eggert <eggert@cs.ucla.edu> |
| 29 | 33 | ||