# HG changeset patch # User Richard M. Stallman # Date 869164572 0 # Node ID 9b248fbd740fc84d78b077244059552f8a97ed4e # Parent fb373eed5b381076218eebfa573acdbbf18b13e6 (show-paren-match-face): Use gray on all non-color screens. diff -r fb373eed5b38 -r 9b248fbd740f lisp/paren.el --- 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)