From d67f020c62ffcc6c482d1b012b325629275e56a8 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Fri, 8 Mar 2002 00:19:56 +0000 Subject: [PATCH] (insert_from_gap): Call record_insert. --- src/insdel.c | 1 + 1 file changed, 1 insertion(+) 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; -- 2.39.5