]> git.eshelyaron.com Git - emacs.git/commitdiff
(show-paren-command-hook): Don't use value of make-face.
authorRichard M. Stallman <rms@gnu.org>
Wed, 11 Aug 1993 20:18:06 +0000 (20:18 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 11 Aug 1993 20:18:06 +0000 (20:18 +0000)
lisp/paren.el

index 1c517bdf500817712a43ccd22f790ba6bfd0fa8b..f6dce5e5dfa9dc103acb4414b3388f8845351e4b 100644 (file)
@@ -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