summaryrefslogtreecommitdiff
path: root/src/insdel.c
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>2002-03-08 00:19:56 +0000
committerKenichi Handa <handa@m17n.org>2002-03-08 00:19:56 +0000
commitd67f020c62ffcc6c482d1b012b325629275e56a8 (patch)
treeea18b0d0271c86ba3791259a2ccf250b5bb861ee /src/insdel.c
parente19c3639afcf187e326399bb31808d0eedb963cf (diff)
downloademacs-d67f020c62ffcc6c482d1b012b325629275e56a8.tar.gz
(insert_from_gap): Call record_insert.
Diffstat (limited to 'src/insdel.c')
-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)
if (NILP (current_buffer->enable_multibyte_characters))
nchars = nbytes;
+ record_insert (PT, nchars);
MODIFF++;
GAP_SIZE -= nbytes;