From: Andreas Schwab Date: Sun, 1 Dec 2002 23:15:37 +0000 (+0000) Subject: (show-paren-mismatch-face): Fix face spec. X-Git-Tag: ttn-vms-21-2-B4~12215 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2e8f6012054418114d7ee060da33ddee46322b32;p=emacs.git (show-paren-mismatch-face): Fix face spec. --- 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)