]> git.eshelyaron.com Git - emacs.git/commitdiff
(show-paren-match-face): Use gray on all non-color screens.
authorRichard M. Stallman <rms@gnu.org>
Thu, 17 Jul 1997 18:36:12 +0000 (18:36 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 17 Jul 1997 18:36:12 +0000 (18:36 +0000)
lisp/paren.el

index 859049d6183faebe710b1cd650705be492159efb..9d3c94f88dc79ba4987adf5e61a5e19fb31607fb 100644 (file)
@@ -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)