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.
'((((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)