# HG changeset patch # User Juri Linkov # Date 1134121576 0 # Node ID eac49762e6b9722a0ff730fe96a0d761cbb058ed # Parent 98dba3ad8a8af86b7131973dd58e3d301c1201fc (replace-highlight): Change overlay priority from 1 to 1001. diff -r 98dba3ad8a8a -r eac49762e6b9 lisp/replace.el --- a/lisp/replace.el Fri Dec 09 09:45:06 2005 +0000 +++ b/lisp/replace.el Fri Dec 09 09:46:16 2005 +0000 @@ -1710,7 +1710,7 @@ (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)