diff options
| -rw-r--r-- | lisp/replace.el | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/lisp/replace.el b/lisp/replace.el index 205c8508090..ed02e051506 100644 --- a/lisp/replace.el +++ b/lisp/replace.el | |||
| @@ -686,12 +686,7 @@ which will run faster and probably do exactly what you want." | |||
| 686 | ;; since lots of markers slow down editing. | 686 | ;; since lots of markers slow down editing. |
| 687 | (setq stack | 687 | (setq stack |
| 688 | (cons (cons (point) | 688 | (cons (cons (point) |
| 689 | (or replaced | 689 | (or replaced (match-data t))) |
| 690 | (mapcar (lambda (elt) | ||
| 691 | (and elt | ||
| 692 | (prog1 (marker-position elt) | ||
| 693 | (set-marker elt nil)))) | ||
| 694 | (match-data)))) | ||
| 695 | stack)))) | 690 | stack)))) |
| 696 | (setq lastrepl (point))) | 691 | (setq lastrepl (point))) |
| 697 | (replace-dehighlight)) | 692 | (replace-dehighlight)) |