From: Gerd Moellmann Date: Thu, 4 Nov 1999 21:06:33 +0000 (+0000) Subject: (secondary-selection): Fix wrong color name. X-Git-Tag: emacs-pretest-21.0.90~6172 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=230e947bea8a2f6433096c9f923a43bc169c01bb;p=emacs.git (secondary-selection): Fix wrong color name. --- 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)))