+2005-01-06 Miles Bader <miles@gnu.org>
+
+ * isearch.el (lazy-highlight): Renamed from `lazy-highlight-face'.
+ (isearch-lazy-highlight-face): Use new name.
+
2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
* uniquify.el (uniquify-rationalize-file-buffer-names):
(integer :tag "Some"))
:group 'lazy-highlight)
-(defface lazy-highlight-face
+(defface lazy-highlight
'((((class color) (min-colors 88) (background light))
(:background "paleturquoise"))
(((class color) (min-colors 88) (background dark))
;; When active, *every* match for the current search string is
;; highlighted: the current one using the normal isearch match color
-;; and all the others using `isearch-lazy-highlight-face'. The extra
+;; and all the others using `isearch-lazy-highlight'. The extra
;; highlighting makes it easier to anticipate where the cursor will
;; land each time you press C-s or C-r to repeat a pending search.
;; Highlighting of these additional matches happens in a deferred
:group 'isearch-faces)
(defvar isearch 'isearch)
-(defvar isearch-lazy-highlight-face 'lazy-highlight-face)
+(defvar isearch-lazy-highlight-face 'lazy-highlight)
(defvar isearch-lazy-highlight-overlays nil)
(defvar isearch-lazy-highlight-wrapped nil)