Mercurial > emacs
changeset 32264:af7fbf03c35c
(secondary-selection): Make foreground visible on tty.
author | Miles Bader <miles@gnu.org> |
---|---|
date | Sun, 08 Oct 2000 04:27:18 +0000 |
parents | 8ec5b30d9df4 |
children | 9585e8c4a1ae |
files | lisp/faces.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/faces.el Sun Oct 08 02:58:24 2000 +0000 +++ b/lisp/faces.el Sun Oct 08 04:27:18 2000 +0000 @@ -1664,7 +1664,7 @@ (defface secondary-selection '((((type tty) (class color)) - (:background "cyan")) + (:background "cyan" :foreground "black")) (((class color) (background light)) (:background "yellow")) (((class color) (background dark))