aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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))