From: Juri Linkov Date: Fri, 9 Dec 2005 09:46:16 +0000 (+0000) Subject: (replace-highlight): Change overlay priority from 1 to 1001. X-Git-Tag: emacs-pretest-22.0.90~5409 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a46961def2a4a87e00b1485a2903c0e29d562506;p=emacs.git (replace-highlight): Change overlay priority from 1 to 1001. --- 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." (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)