diff options
| author | Kenichi Handa | 2002-03-08 00:19:56 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2002-03-08 00:19:56 +0000 |
| commit | d67f020c62ffcc6c482d1b012b325629275e56a8 (patch) | |
| tree | ea18b0d0271c86ba3791259a2ccf250b5bb861ee /src | |
| parent | e19c3639afcf187e326399bb31808d0eedb963cf (diff) | |
| download | emacs-d67f020c62ffcc6c482d1b012b325629275e56a8.tar.gz emacs-d67f020c62ffcc6c482d1b012b325629275e56a8.zip | |
(insert_from_gap): Call record_insert.
Diffstat (limited to 'src')
| -rw-r--r-- | src/insdel.c | 1 |
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; |