aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b2a4845c336..c6418ddcfac 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -6,7 +6,7 @@
6 * editfns.c (Fbuffer_size): Rename from Fbufsize to fit the common 6 * editfns.c (Fbuffer_size): Rename from Fbufsize to fit the common
7 naming convention. 7 naming convention.
8 (syms_of_editfns): Adjust defsubr. Drop commented-out obsolete code. 8 (syms_of_editfns): Adjust defsubr. Drop commented-out obsolete code.
9 * insdel.c (make_gap_larger): Use GAP_BYTES_DFL. 9 * insdel.c (make_gap_larger): Use GAP_BYTES_DFL. Adjust comment.
10 (make_gap_smaller): Use GAP_BYTES_MIN. Adjust comment. 10 (make_gap_smaller): Use GAP_BYTES_MIN. Adjust comment.
11 (make_gap_1): New function to adjust the gap of any buffer. 11 (make_gap_1): New function to adjust the gap of any buffer.
12 * coding.c (coding_alloc_by_making_gap): Use it. 12 * coding.c (coding_alloc_by_making_gap): Use it.