]> git.eshelyaron.com Git - emacs.git/commitdiff
* faces.el (secondary-selection): Change background to yellow.
authorGerd Moellmann <gerd@gnu.org>
Thu, 4 Nov 1999 00:25:55 +0000 (00:25 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 4 Nov 1999 00:25:55 +0000 (00:25 +0000)
lisp/ChangeLog
lisp/faces.el

index a73988eb4be13d6d9a8cb1ca3a91c1717c6ca001..29bfa1aeeab02119ab023efeeb7ccd428d3ede01 100644 (file)
@@ -1,5 +1,7 @@
 1999-11-04  Gerd Moellmann  <gerd@gnu.org>
 
+       * faces.el (secondary-selection): Change background to yellow.
+
        * complete.el (PC-do-completion): Use minibuffer-prompt-end to
        find the start of the text.  Use field-string to read the user
        input.
index e016814fe9553842bf1d2aefd9eba631cd90fd44..fdc06086b659d995b6d9b2b395fea532930a1589 100644 (file)
@@ -1500,9 +1500,9 @@ created."
   '((((type tty) (class color))
      (:background "cyan"))
     (((class color) (background light))
-     (:background "paleturquoise"))
+     (:background "darkyellow"))
     (((class color) (background dark))
-     (:background "darkslateblue"))
+     (:background "yellow"))
     (t (:inverse-video t)))
   "Basic face for displaying the secondary selection."
   :group 'basic-faces)