]> git.eshelyaron.com Git - emacs.git/commitdiff
(secondary-selection): Fix wrong color name.
authorGerd Moellmann <gerd@gnu.org>
Thu, 4 Nov 1999 21:06:33 +0000 (21:06 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 4 Nov 1999 21:06:33 +0000 (21:06 +0000)
lisp/faces.el

index fdc06086b659d995b6d9b2b395fea532930a1589..3788606e25b812bcef8aaaf8ab760a2ebb79112e 100644 (file)
@@ -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)))