changeset 4713:b6697b2a56ca

(Freplace_match): Call Finsert_and_inherit.
author Richard M. Stallman <rms@gnu.org>
date Tue, 14 Sep 1993 12:08:30 +0000
parents 367dc6ff392c
children 350231e38e68
files src/search.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/search.c	Tue Sep 14 12:08:02 1993 +0000
+++ b/src/search.c	Tue Sep 14 12:08:30 1993 +0000
@@ -1235,7 +1235,7 @@
      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;