diff options
| -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 71c6e651c74..b5dea61924a 100644 --- a/lisp/replace.el +++ b/lisp/replace.el | |||
| @@ -1433,7 +1433,7 @@ This is a compatibility function for \\[next-error] invocations." | |||
| 1433 | 1433 | ||
| 1434 | (defface match | 1434 | (defface match |
| 1435 | '((((class color) (min-colors 88) (background light)) | 1435 | '((((class color) (min-colors 88) (background light)) |
| 1436 | :background "yellow1") | 1436 | :background "khaki1") |
| 1437 | (((class color) (min-colors 88) (background dark)) | 1437 | (((class color) (min-colors 88) (background dark)) |
| 1438 | :background "RoyalBlue3") | 1438 | :background "RoyalBlue3") |
| 1439 | (((class color) (min-colors 8) (background light)) | 1439 | (((class color) (min-colors 8) (background light)) |