projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8978420
)
(show-paren-match-face): Use gray on all non-color screens.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 17 Jul 1997 18:36:12 +0000
(18:36 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 17 Jul 1997 18:36:12 +0000
(18:36 +0000)
lisp/paren.el
patch
|
blob
|
history
diff --git
a/lisp/paren.el
b/lisp/paren.el
index 859049d6183faebe710b1cd650705be492159efb..9d3c94f88dc79ba4987adf5e61a5e19fb31607fb 100644
(file)
--- 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)