From: Richard M. Stallman Date: Thu, 23 Jun 1994 14:31:35 +0000 (+0000) Subject: (show-paren-command-hook): Set paren foreground to white. X-Git-Tag: emacs-19.34~7834 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a060984a9ad7034561c7751f816541d84b30a045;p=emacs.git (show-paren-command-hook): Set paren foreground to white. --- diff --git a/lisp/paren.el b/lisp/paren.el index 34768396a3d..74258124be8 100644 --- a/lisp/paren.el +++ b/lisp/paren.el @@ -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)