(show-paren-command-hook): Set paren foreground to white.
authorRichard M. Stallman <rms@gnu.org>
Thu, 23 Jun 1994 14:31:35 +0000 (14:31 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 23 Jun 1994 14:31:35 +0000 (14:31 +0000)
lisp/paren.el

index 3476839..7425812 100644 (file)
@@ -86,7 +86,9 @@
                               (progn
                                 (make-face 'paren-mismatch)
                                 (set-face-background 'paren-mismatch
-                                                     "purple")))
+                                                     "purple")
+                                (set-face-foreground 'paren-mismatch
+                                                     "white")))
                           (setq show-paren-mismatch-face 'paren-mismatch))
                      (if show-paren-mismatch-face
                          (setq face show-paren-mismatch-face)