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/replace.el | |
parent | eca04a35d2f9d7c77222de475fe0a9c9c6a3fe7c (diff) | |
download | emacs-5183d4c9a916b8b8ffaeaa287447953842822588.tar.gz emacs-5183d4c9a916b8b8ffaeaa287447953842822588.tar.bz2 emacs-5183d4c9a916b8b8ffaeaa287447953842822588.zip |
* 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/replace.el')
-rw-r--r-- | lisp/replace.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/replace.el b/lisp/replace.el index ed1fa9a6b59..5d4c2a2eba6 100644 --- a/lisp/replace.el +++ b/lisp/replace.el @@ -860,7 +860,7 @@ Compatibility function for \\[next-error] invocations." (defface match '((((class color) (min-colors 88) (background light)) - :background "yellow") + :background "yellow1") (((class color) (min-colors 88) (background dark)) :background "RoyalBlue3") (((class color) (min-colors 8) (background light)) |