diff options
Diffstat (limited to 'lisp/replace.el')
| -rw-r--r-- | lisp/replace.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/replace.el b/lisp/replace.el index a17dd19b0d3..20b868a765c 100644 --- a/lisp/replace.el +++ b/lisp/replace.el | |||
| @@ -2805,7 +2805,8 @@ characters." | |||
| 2805 | (replace-match-maybe-edit | 2805 | (replace-match-maybe-edit |
| 2806 | next-replacement nocasify literal noedit | 2806 | next-replacement nocasify literal noedit |
| 2807 | real-match-data backward) | 2807 | real-match-data backward) |
| 2808 | replaced t)) | 2808 | replaced t) |
| 2809 | (setq next-replacement-replaced next-replacement)) | ||
| 2809 | (setq done t)) | 2810 | (setq done t)) |
| 2810 | 2811 | ||
| 2811 | ((eq def 'delete-and-edit) | 2812 | ((eq def 'delete-and-edit) |