From 230e947bea8a2f6433096c9f923a43bc169c01bb Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Thu, 4 Nov 1999 21:06:33 +0000 Subject: [PATCH] (secondary-selection): Fix wrong color name. --- lisp/faces.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/faces.el b/lisp/faces.el index fdc06086b65..3788606e25b 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -1500,7 +1500,7 @@ created." '((((type tty) (class color)) (:background "cyan")) (((class color) (background light)) - (:background "darkyellow")) + (:background "yellow")) (((class color) (background dark)) (:background "yellow")) (t (:inverse-video t))) -- 2.39.5