diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-07-17 18:36:12 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-07-17 18:36:12 +0000 |
commit | 7e073dbba2c0f2913a36f11272b8adf4da2c3ea8 (patch) | |
tree | c2284b340725a984c30bfa1972de2a890136c2f7 /lisp/paren.el | |
parent | 44ffded71ac888338240209b173f851123e6c607 (diff) | |
download | emacs-7e073dbba2c0f2913a36f11272b8adf4da2c3ea8.tar.gz |
(show-paren-match-face): Use gray on all non-color screens.
Diffstat (limited to 'lisp/paren.el')
-rw-r--r-- | lisp/paren.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/paren.el b/lisp/paren.el index 859049d6183..9d3c94f88dc 100644 --- a/lisp/paren.el +++ b/lisp/paren.el @@ -69,8 +69,7 @@ otherwise)." (defface show-paren-match-face '((((class color)) (:background "turquoise")) - (((class grayscale)) (:background "gray")) - (t (:reverse-video t))) + (t (:background "gray"))) "Show Paren mode face used for a matching paren." :group 'faces :group 'paren-showing) |