From: Richard M. Stallman Date: Mon, 19 Nov 2001 06:21:29 +0000 (+0000) Subject: Comment change. X-Git-Tag: ttn-vms-21-2-B4~18390 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b4d7a2ece93cc15d518c1b423592de5259d5eba1;p=emacs.git Comment change. --- diff --git a/lisp/isearch.el b/lisp/isearch.el index 8165f2f7c87..a11783473bd 100644 --- a/lisp/isearch.el +++ b/lisp/isearch.el @@ -1913,6 +1913,8 @@ A value of nil means highlight all matches." '((((type tty pc) (class color)) (:background "magenta4" :foreground "cyan1")) (((class color) (background light)) + ;; The background must not be too dark, for that means + ;; the character is hard to see when the cursor is there. (:background "magenta2" :foreground "lightskyblue1")) (((class color) (background dark)) (:background "palevioletred2" :foreground "brown4"))