From 445a653e23af8593954f73038663af8e9351c68f Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Sun, 8 Oct 2000 04:28:35 +0000 Subject: [PATCH] (secondary-selection): Make foreground visible on tty. --- lisp/ChangeLog | 2 ++ lisp/faces.el | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 66866f15bc5..2e77993e092 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2000-10-08 Miles Bader + * 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 diff --git a/lisp/faces.el b/lisp/faces.el index 62c39dae4c4..fffb177852c 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -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)) -- 2.39.2