]> git.eshelyaron.com Git - emacs.git/commitdiff
(secondary-selection): Make foreground visible on tty.
authorMiles Bader <miles@gnu.org>
Sun, 8 Oct 2000 04:28:35 +0000 (04:28 +0000)
committerMiles Bader <miles@gnu.org>
Sun, 8 Oct 2000 04:28:35 +0000 (04:28 +0000)
lisp/ChangeLog
lisp/faces.el

index 66866f15bc559ff61c7d4441424b4cc999372b75..2e77993e0928e7049850eda162cc5d0e6e3d01dd 100644 (file)
@@ -1,5 +1,7 @@
 2000-10-08  Miles Bader  <miles@gnu.org>
 
+       * faces.el (secondary-selection): Make foreground visible on tty.
+
        * jka-compr.el (auto-compression-mode): Move to the end of the
        file, because `define-minor-mode' actually calls the mode-function
        if the associated variable is non-nil, which requires that all
index 62c39dae4c4713670151e09ccb1c2d31b2d61a2a..fffb177852c19d190bd2de706251e32a3406988f 100644 (file)
@@ -1664,7 +1664,7 @@ created."
 
 (defface secondary-selection
   '((((type tty) (class color))
-     (:background "cyan"))
+     (:background "cyan" :foreground "black"))
     (((class color) (background light))
      (:background "yellow"))
     (((class color) (background dark))