# HG changeset patch # User Miles Bader # Date 970979238 0 # Node ID af7fbf03c35cf371a19a8dafbc71b5fcab79d888 # Parent 8ec5b30d9df45e409fea293b180ee2a06daa9b56 (secondary-selection): Make foreground visible on tty. diff -r 8ec5b30d9df4 -r af7fbf03c35c lisp/faces.el --- 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))