Mercurial > emacs
changeset 4565:a97d23c71c95
(show-paren-command-hook): Don't use value of make-face.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 11 Aug 1993 20:18:06 +0000 |
parents | 9fc21d8d9441 |
children | 14d8646c61c4 |
files | lisp/paren.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/paren.el Wed Aug 11 19:29:19 1993 +0000 +++ b/lisp/paren.el Wed Aug 11 20:18:06 1993 +0000 @@ -82,8 +82,9 @@ (or (setq show-paren-mismatch-face (internal-find-face 'paren-mismatch)) (progn + (make-face 'paren-mismatch) (setq show-paren-mismatch-face - (make-face 'paren-mismatch)) + 'paren-mismatch) (set-face-background 'paren-mismatch "purple")))) (if show-paren-mismatch-face