emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/isearch.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/isearch.el
Date: Mon, 19 Nov 2001 01:21:29 -0500

Index: emacs/lisp/isearch.el
diff -u emacs/lisp/isearch.el:1.199 emacs/lisp/isearch.el:1.200
--- emacs/lisp/isearch.el:1.199 Sun Nov 18 01:47:21 2001
+++ emacs/lisp/isearch.el       Mon Nov 19 01:21:29 2001
@@ -1913,6 +1913,8 @@
   '((((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"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]