aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiles Bader2000-10-08 04:28:35 +0000
committerMiles Bader2000-10-08 04:28:35 +0000
commit445a653e23af8593954f73038663af8e9351c68f (patch)
treeb81a15f1a94b012be676bcbc1a6c027303740578
parent6fee86a3c9c799c856894f9f2f78d5f9256d8799 (diff)
downloademacs-445a653e23af8593954f73038663af8e9351c68f.tar.gz
emacs-445a653e23af8593954f73038663af8e9351c68f.zip
(secondary-selection): Make foreground visible on tty.
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/faces.el2
2 files changed, 3 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 66866f15bc5..2e77993e092 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
12000-10-08 Miles Bader <miles@gnu.org> 12000-10-08 Miles Bader <miles@gnu.org>
2 2
3 * faces.el (secondary-selection): Make foreground visible on tty.
4
3 * jka-compr.el (auto-compression-mode): Move to the end of the 5 * jka-compr.el (auto-compression-mode): Move to the end of the
4 file, because `define-minor-mode' actually calls the mode-function 6 file, because `define-minor-mode' actually calls the mode-function
5 if the associated variable is non-nil, which requires that all 7 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."
1664 1664
1665(defface secondary-selection 1665(defface secondary-selection
1666 '((((type tty) (class color)) 1666 '((((type tty) (class color))
1667 (:background "cyan")) 1667 (:background "cyan" :foreground "black"))
1668 (((class color) (background light)) 1668 (((class color) (background light))
1669 (:background "yellow")) 1669 (:background "yellow"))
1670 (((class color) (background dark)) 1670 (((class color) (background dark))