changeset 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 25d32add267c
children b05c50e08993
files lisp/faces.el
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
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.