From 2e8f6012054418114d7ee060da33ddee46322b32 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Sun, 1 Dec 2002 23:15:37 +0000 Subject: [PATCH] (show-paren-mismatch-face): Fix face spec. --- lisp/paren.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/paren.el b/lisp/paren.el index bb574f7aec2..a88c1f39857 100644 --- a/lisp/paren.el +++ b/lisp/paren.el @@ -86,7 +86,7 @@ otherwise)." (defface show-paren-mismatch-face '((((class color)) (:foreground "white" :background "purple")) - (t (:reverse-video t))) + (t (:inverse-video t))) "Show Paren mode face used for a mismatching paren." :group 'faces :group 'paren-showing) -- 2.39.2