diff lisp/paren.el @ 8019:cbab396695ab

(show-paren-command-hook): Set paren foreground to white.
author Richard M. Stallman <rms@gnu.org>
date Thu, 23 Jun 1994 14:31:35 +0000
parents 5d806a0a50bc
children fcf805b27bc5
line wrap: on
line diff
--- a/lisp/paren.el	Thu Jun 23 14:24:38 1994 +0000
+++ b/lisp/paren.el	Thu Jun 23 14:31:35 1994 +0000
@@ -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)