1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-20 18:17:20 +00:00

(secondary-selection): Make foreground visible on tty.

This commit is contained in:
Miles Bader 2000-10-08 04:28:35 +00:00
parent 6fee86a3c9
commit 445a653e23
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
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

View File

@ -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))