]> git.eshelyaron.com Git - emacs.git/commitdiff
(face-equal): Don't mess with face-background-pixmap.
authorRichard M. Stallman <rms@gnu.org>
Sun, 18 Jul 1993 04:44:27 +0000 (04:44 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 18 Jul 1993 04:44:27 +0000 (04:44 +0000)
lisp/faces.el

index fb418ec5b29df0a68d29ec037afd39fa0d6ace26..a79803c71ca215192765db30ae6cbf12774be669 100644 (file)
@@ -322,8 +322,9 @@ to face NEW-NAME on frame NEW-FRAME."
   (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.