diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 69d658eade2..8bdf6881795 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -3,6 +3,7 @@ | |||
| 3 | * insdel.c (check_markers, make_gap_larger, make_gap_smaller): | 3 | * insdel.c (check_markers, make_gap_larger, make_gap_smaller): |
| 4 | (reset_var_on_error, Fcombine_after_change_execute_1): Now static. | 4 | (reset_var_on_error, Fcombine_after_change_execute_1): Now static. |
| 5 | (CHECK_MARKERS): Redo to avoid gcc -Wempty-body diagnostic. | 5 | (CHECK_MARKERS): Redo to avoid gcc -Wempty-body diagnostic. |
| 6 | (copy_text): Remove unused local var. | ||
| 6 | 7 | ||
| 7 | * filelock.c (within_one_second): Now static. | 8 | * filelock.c (within_one_second): Now static. |
| 8 | (lock_file_1): Rename local to avoid shadowing. | 9 | (lock_file_1): Rename local to avoid shadowing. |