From 11872f7e1ec1e23d95893b88c3c8f51d0581b840 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 18 Jul 1993 04:44:27 +0000 Subject: [PATCH] (face-equal): Don't mess with face-background-pixmap. --- lisp/faces.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lisp/faces.el b/lisp/faces.el index fb418ec5b29..a79803c71ca 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -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. -- 2.39.5