Mercurial > emacs
diff src/insdel.c @ 23600:db1ded871074
(replace_range): Fix previous change.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Sat, 31 Oct 1998 05:24:11 +0000 |
parents | fda73fa21974 |
children | 595d8a052b71 |
line wrap: on
line diff
--- a/src/insdel.c Sat Oct 31 05:12:07 1998 +0000 +++ b/src/insdel.c Sat Oct 31 05:24:11 1998 +0000 @@ -1876,7 +1876,9 @@ *(GPT_ADDR) = 0; /* Put an anchor. */ if (markers) adjust_markers_for_insert (from, from_byte, to, to_byte, 0, 0, 0); + UNGCPRO; byte_combining_error (); + GCPRO1 (new); } /* Record deletion of the surrounding text that combines with