diff options
Diffstat (limited to 'lisp/replace.el')
| -rw-r--r-- | lisp/replace.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/replace.el b/lisp/replace.el index fbfa1be09c2..8229eda85a4 100644 --- a/lisp/replace.el +++ b/lisp/replace.el | |||
| @@ -1710,7 +1710,7 @@ make, or the user didn't cancel the call." | |||
| 1710 | (if replace-overlay | 1710 | (if replace-overlay |
| 1711 | (move-overlay replace-overlay match-beg match-end (current-buffer)) | 1711 | (move-overlay replace-overlay match-beg match-end (current-buffer)) |
| 1712 | (setq replace-overlay (make-overlay match-beg match-end)) | 1712 | (setq replace-overlay (make-overlay match-beg match-end)) |
| 1713 | (overlay-put replace-overlay 'priority 1) ;higher than lazy overlays | 1713 | (overlay-put replace-overlay 'priority 1001) ;higher than lazy overlays |
| 1714 | (overlay-put replace-overlay 'face 'query-replace))) | 1714 | (overlay-put replace-overlay 'face 'query-replace))) |
| 1715 | (if query-replace-lazy-highlight | 1715 | (if query-replace-lazy-highlight |
| 1716 | (let ((isearch-string string) | 1716 | (let ((isearch-string string) |