diff options
| author | Paul Eggert | 2011-04-13 17:44:47 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-04-13 17:44:47 -0700 |
| commit | 77382fcc33809a84866968ed3f969ea65ea4f1f7 (patch) | |
| tree | 9351a65a22f7e58721843cfcd318c4e99dd2df14 /src/ChangeLog | |
| parent | 9306c32edb973b6c85ab32437332c18288528830 (diff) | |
| download | emacs-77382fcc33809a84866968ed3f969ea65ea4f1f7.tar.gz emacs-77382fcc33809a84866968ed3f969ea65ea4f1f7.zip | |
* insdel.c: Make symbols static if they're not exported.
However, leave prepare_to_modify_buffer alone. It's never
called from outside this function, but that appears to be a bug.
(combine_after_change_list, combine_after_change_buffer):
(adjust_after_replace): Now static.
(adjust_after_replace_noundo): Remove; unused.
* lisp.h (adjust_after_replace, adjust_after_replace_noundo):
Remove decls.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c11fd18714e..c87dfb5056e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,14 @@ | |||
| 1 | 2011-04-13 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-04-13 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * insdel.c: Make symbols static if they're not exported. | ||
| 4 | However, leave prepare_to_modify_buffer alone. It's never | ||
| 5 | called from outside this function, but that appears to be a bug. | ||
| 6 | (combine_after_change_list, combine_after_change_buffer): | ||
| 7 | (adjust_after_replace): Now static. | ||
| 8 | (adjust_after_replace_noundo): Remove; unused. | ||
| 9 | * lisp.h (adjust_after_replace, adjust_after_replace_noundo): | ||
| 10 | Remove decls. | ||
| 11 | |||
| 3 | * indent.c (val_compute_motion, val_vmotion): Now static. | 12 | * indent.c (val_compute_motion, val_vmotion): Now static. |
| 4 | 13 | ||
| 5 | * image.c: Make symbols static if they're not exported. | 14 | * image.c: Make symbols static if they're not exported. |