# HG changeset patch # User Richard M. Stallman # Date 742970667 0 # Node ID 82f0b478a551b5bae9de0760a821971af6f12cd3 # Parent 25d32add267c405e3a3e3a88f787ff59dba70242 (face-equal): Don't mess with face-background-pixmap. diff -r 25d32add267c -r 82f0b478a551 lisp/faces.el --- 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.