aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/search.c2
1 files changed, 1 insertions, 1 deletions
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.")
1235 position in the replacement. */ 1235 position in the replacement. */
1236 SET_PT (search_regs.start[0]); 1236 SET_PT (search_regs.start[0]);
1237 if (!NILP (literal)) 1237 if (!NILP (literal))
1238 Finsert (1, &string); 1238 Finsert_and_inherit (1, &string);
1239 else 1239 else
1240 { 1240 {
1241 struct gcpro gcpro1; 1241 struct gcpro gcpro1;