From: Miles Bader Date: Sun, 8 Oct 2000 04:28:35 +0000 (+0000) Subject: (secondary-selection): Make foreground visible on tty. X-Git-Tag: emacs-pretest-21.0.90~1061 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=445a653e23af8593954f73038663af8e9351c68f;p=emacs.git (secondary-selection): Make foreground visible on tty. --- 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))