From: Richard M. Stallman Date: Thu, 17 Jul 1997 18:36:12 +0000 (+0000) Subject: (show-paren-match-face): Use gray on all non-color screens. X-Git-Tag: emacs-20.1~1109 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=82b6a81f61c4710d1d830f7be6c55ce250b22dcb;p=emacs.git (show-paren-match-face): Use gray on all non-color screens. --- 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)