* lisp/isearch.el (isearch-face): Rename from `isearch'.

(isearch-highlight): Use new name.
This commit is contained in:
Stefan Monnier
2010-09-18 00:09:58 +02:00
parent 69e847be92
commit 4be520fbec
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
* isearch.el (isearch-face): Rename from `isearch'.
(isearch-highlight): Use new name.
2010-09-17 Eli Zaretskii <eliz@gnu.org>
* fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not

View File

@@ -239,7 +239,7 @@ Default value, nil, means edit the string instead."
"Face for highlighting Isearch matches."
:group 'isearch
:group 'basic-faces)
(defvar isearch 'isearch)
(defvar isearch-face 'isearch)
(defface isearch-fail
'((((class color) (min-colors 88) (background light))
@@ -2537,7 +2537,7 @@ since they have special meaning in a regexp."
(setq isearch-overlay (make-overlay beg end))
;; 1001 is higher than lazy's 1000 and ediff's 100+
(overlay-put isearch-overlay 'priority 1001)
(overlay-put isearch-overlay 'face isearch))))
(overlay-put isearch-overlay 'face isearch-face))))
(defun isearch-dehighlight ()
(when isearch-overlay