aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/insdel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/insdel.c b/src/insdel.c
index 91d111d2fe0..1f3cff6e8fd 100644
--- a/src/insdel.c
+++ b/src/insdel.c
@@ -1050,6 +1050,7 @@ insert_from_gap (nchars, nbytes)
1050 if (NILP (current_buffer->enable_multibyte_characters)) 1050 if (NILP (current_buffer->enable_multibyte_characters))
1051 nchars = nbytes; 1051 nchars = nbytes;
1052 1052
1053 record_insert (PT, nchars);
1053 MODIFF++; 1054 MODIFF++;
1054 1055
1055 GAP_SIZE -= nbytes; 1056 GAP_SIZE -= nbytes;