From: Kenichi Handa Date: Sat, 31 Oct 1998 05:24:11 +0000 (+0000) Subject: (replace_range): Fix previous change. X-Git-Tag: emacs-20.4~1349 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b80f1b20d3c66f2858c183047a972cd42fe8055b;p=emacs.git (replace_range): Fix previous change. --- 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