changeset 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 518971c497f5
children 23deb92071c6
files lisp/paren.el
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
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)