Mercurial > emacs
diff lisp/faces.el @ 4122:82f0b478a551
(face-equal): Don't mess with face-background-pixmap.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 18 Jul 1993 04:44:27 +0000 |
parents | 465c6787d6dd |
children | e7ab04f23df5 |
line wrap: on
line diff
--- a/lisp/faces.el Sat Jul 17 19:15:19 1993 +0000 +++ b/lisp/faces.el Sun Jul 18 04:44:27 1993 +0000 @@ -322,8 +322,9 @@ (and (equal (face-foreground face1 frame) (face-foreground face2 frame)) (equal (face-background face1 frame) (face-background face2 frame)) (equal (face-font face1 frame) (face-font face2 frame)) - (equal (face-background-pixmap face1 frame) - (face-background-pixmap face2 frame)))) +;; (equal (face-background-pixmap face1 frame) +;; (face-background-pixmap face2 frame)) + )) (defun face-differs-from-default-p (face &optional frame) "True if face FACE displays differently from the default face, on FRAME.