diff options
| author | Paul Eggert | 2011-02-06 11:44:36 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-02-06 11:44:36 -0800 |
| commit | b68864e5b9b695570d35dd7c41d5d010ba7cc87d (patch) | |
| tree | 4ca664d771a5b7482d1a726406cbfd4d46531fb8 /src/ChangeLog | |
| parent | f8b351c190ecb3d01bd81a0c4624153b15a95f89 (diff) | |
| download | emacs-b68864e5b9b695570d35dd7c41d5d010ba7cc87d.tar.gz emacs-b68864e5b9b695570d35dd7c41d5d010ba7cc87d.zip | |
* insdel.c: conform to C89 pointer rules
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ffd669b4ad7..35883220197 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -17,6 +17,13 @@ | |||
| 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 | * insdel.c (insert, insert_and_inherit, insert_before_markers): | ||
| 21 | (insert_before_markers_and_inherit, insert_1, insert_1_both): | ||
| 22 | Likewise. This changes these functions' signatures, which is | ||
| 23 | more convenient since most callers use char *. All remaining | ||
| 24 | callers changed. | ||
| 25 | * editfns.c (general_insert_function): Change signature to | ||
| 26 | match changes to insert functions' signatures. | ||
| 20 | 27 | ||
| 21 | 2011-02-05 Paul Eggert <eggert@cs.ucla.edu> | 28 | 2011-02-05 Paul Eggert <eggert@cs.ucla.edu> |
| 22 | 29 | ||