]> git.eshelyaron.com Git - emacs.git/commitdiff
(replace-highlight): Change overlay priority from 1 to 1001.
authorJuri Linkov <juri@jurta.org>
Fri, 9 Dec 2005 09:46:16 +0000 (09:46 +0000)
committerJuri Linkov <juri@jurta.org>
Fri, 9 Dec 2005 09:46:16 +0000 (09:46 +0000)
lisp/replace.el

index fbfa1be09c244ed4d0336a72783cc4112d4d0414..8229eda85a469b8e9e253a7e76b498796998da8c 100644 (file)
@@ -1710,7 +1710,7 @@ make, or the user didn't cancel the call."
       (if replace-overlay
          (move-overlay replace-overlay match-beg match-end (current-buffer))
        (setq replace-overlay (make-overlay match-beg match-end))
-       (overlay-put replace-overlay 'priority 1) ;higher than lazy overlays
+       (overlay-put replace-overlay 'priority 1001) ;higher than lazy overlays
        (overlay-put replace-overlay 'face 'query-replace)))
   (if query-replace-lazy-highlight
       (let ((isearch-string string)