doesn't support colors, since isearch faces are defined for
monochrome displays as well.
+2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
+
+ * isearch.el (isearch-highlight): Don't punt if the display
+ doesn't support colors, since isearch faces are defined for
+ monochrome displays as well.
+
2001-01-27 Sam Steingold <sds@gnu.org>
* shell.el (shell-write-history-on-exit): Make sure that we are in
(defvar isearch-overlay nil)
(defun isearch-highlight (beg end)
- (unless (or (null search-highlight) (null (display-color-p)))
+ (unless (null search-highlight)
(cond (isearch-overlay
;; Overlay already exists, just move it.
(move-overlay isearch-overlay beg end (current-buffer)))