Mercurial > emacs
changeset 18837:9b248fbd740f
(show-paren-match-face): Use gray on all non-color screens.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 17 Jul 1997 18:36:12 +0000 |
parents | fb373eed5b38 |
children | 6f9fa4c8e92a |
files | lisp/paren.el |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/paren.el Thu Jul 17 18:33:34 1997 +0000 +++ b/lisp/paren.el Thu Jul 17 18:36:12 1997 +0000 @@ -69,8 +69,7 @@ (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)