]> git.eshelyaron.com Git - emacs.git/commitdiff
(Freplace_match): Call Finsert_and_inherit.
authorRichard M. Stallman <rms@gnu.org>
Tue, 14 Sep 1993 12:08:30 +0000 (12:08 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 14 Sep 1993 12:08:30 +0000 (12:08 +0000)
src/search.c

index 930d1bb51eecdc6b316c4a1d0322ff2332ca14fd..048cdb2efa0befce4e716a3fa6a0c75d44cea905 100644 (file)
@@ -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;