Mercurial > emacs
changeset 26353:f9c908630f61
(secondary-selection): Fix wrong color name.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 04 Nov 1999 21:06:33 +0000 |
parents | a83f38d2e8ed |
children | a2e499e6b0ec |
files | lisp/faces.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/faces.el Thu Nov 04 20:52:05 1999 +0000 +++ b/lisp/faces.el Thu Nov 04 21:06:33 1999 +0000 @@ -1500,7 +1500,7 @@ '((((type tty) (class color)) (:background "cyan")) (((class color) (background light)) - (:background "darkyellow")) + (:background "yellow")) (((class color) (background dark)) (:background "yellow")) (t (:inverse-video t)))