diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2007-07-13 02:50:19 +0000 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2007-07-13 02:50:19 +0000 |
commit | 5183d4c9a916b8b8ffaeaa287447953842822588 (patch) | |
tree | c6a5dfa5130626e1f506d8f3e1baed2b342e968e /lisp/pcvs-info.el | |
parent | eca04a35d2f9d7c77222de475fe0a9c9c6a3fe7c (diff) | |
download | emacs-5183d4c9a916b8b8ffaeaa287447953842822588.tar.gz |
* replace.el (match): Use yellow1 instead of yellow.
* progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
red.
* pcvs-info.el (cvs-unknown): Likewise.
Diffstat (limited to 'lisp/pcvs-info.el')
-rw-r--r-- | lisp/pcvs-info.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/pcvs-info.el b/lisp/pcvs-info.el index 6e36b5a93e3..880972bff9d 100644 --- a/lisp/pcvs-info.el +++ b/lisp/pcvs-info.el @@ -85,9 +85,9 @@ to confuse some users sometimes." (defface cvs-unknown '((((class color) (background dark)) - (:foreground "red")) + (:foreground "red1")) (((class color) (background light)) - (:foreground "red")) + (:foreground "red1")) (t (:slant italic))) "PCL-CVS face used to highlight unknown file status." :group 'pcl-cvs) |