From b261ffa4848762c864820ca7267e061f794dcbd8 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Thu, 4 Nov 1999 00:25:55 +0000 Subject: [PATCH] * faces.el (secondary-selection): Change background to yellow. --- lisp/ChangeLog | 2 ++ lisp/faces.el | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a73988eb4be..29bfa1aeeab 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 1999-11-04 Gerd Moellmann + * 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. diff --git a/lisp/faces.el b/lisp/faces.el index e016814fe95..fdc06086b65 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -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) -- 2.39.5