aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/replace.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/replace.el b/lisp/replace.el
index dd24d8ba923..6dba7d77a88 100644
--- a/lisp/replace.el
+++ b/lisp/replace.el
@@ -2597,7 +2597,7 @@ It must return a string."
2597 search-string (nth (if replaced 4 3) elt) 2597 search-string (nth (if replaced 4 3) elt)
2598 last-replacement (nth (if replaced 3 4) elt) 2598 last-replacement (nth (if replaced 3 4) elt)
2599 search-string-replaced search-string 2599 search-string-replaced search-string
2600 last-replacement-replaced last-replacement 2600 next-replacement-replaced last-replacement
2601 last-was-act-and-show nil) 2601 last-was-act-and-show nil)
2602 2602
2603 (when (and (= stack-idx stack-len) 2603 (when (and (= stack-idx stack-len)