From d756355c9668bc99ba30afa9daa1987f9a3d845c Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 14 Sep 1993 12:08:30 +0000 Subject: [PATCH] (Freplace_match): Call Finsert_and_inherit. --- src/search.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/search.c b/src/search.c index 930d1bb51ee..048cdb2efa0 100644 --- a/src/search.c +++ b/src/search.c @@ -1235,7 +1235,7 @@ Leaves point at end of replacement text.") position in the replacement. */ SET_PT (search_regs.start[0]); if (!NILP (literal)) - Finsert (1, &string); + Finsert_and_inherit (1, &string); else { struct gcpro gcpro1; -- 2.39.5