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
(defface secondary-selection
'((((type tty) (class color))
- (:background "cyan"))
+ (:background "cyan" :foreground "black"))
(((class color) (background light))
(:background "yellow"))
(((class color) (background dark))