aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/replace.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/replace.el')
-rw-r--r--lisp/replace.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/replace.el b/lisp/replace.el
index 88da7e26cb0..940bf566509 100644
--- a/lisp/replace.el
+++ b/lisp/replace.el
@@ -2721,7 +2721,8 @@ It must return a string."
2721 (replace-match-maybe-edit 2721 (replace-match-maybe-edit
2722 next-replacement nocasify literal noedit 2722 next-replacement nocasify literal noedit
2723 real-match-data backward) 2723 real-match-data backward)
2724 replaced t)) 2724 replaced t)
2725 (setq next-replacement-replaced next-replacement))
2725 (setq done t)) 2726 (setq done t))
2726 2727
2727 ((eq def 'delete-and-edit) 2728 ((eq def 'delete-and-edit)