]> git.eshelyaron.com Git - emacs.git/commitdiff
(show-paren-mismatch-face): Fix face spec.
authorAndreas Schwab <schwab@suse.de>
Sun, 1 Dec 2002 23:15:37 +0000 (23:15 +0000)
committerAndreas Schwab <schwab@suse.de>
Sun, 1 Dec 2002 23:15:37 +0000 (23:15 +0000)
lisp/paren.el

index bb574f7aec293b9bbf6ac50d2f8c035ba3c940a3..a88c1f39857c6a562d86885c065e7e5a3e1bf714 100644 (file)
@@ -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)