From b80f1b20d3c66f2858c183047a972cd42fe8055b Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Sat, 31 Oct 1998 05:24:11 +0000 Subject: [PATCH] (replace_range): Fix previous change. --- src/insdel.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/insdel.c b/src/insdel.c index 7ec6f25f225..3806d3809e6 100644 --- a/src/insdel.c +++ b/src/insdel.c @@ -1876,7 +1876,9 @@ replace_range (from, to, new, prepare, inherit, markers) *(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 -- 2.39.2