aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/faces.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/faces.el b/lisp/faces.el
index 40408685355..8bc600cf880 100644
--- a/lisp/faces.el
+++ b/lisp/faces.el
@@ -308,7 +308,7 @@ Otherwise it applies to each frame separately."
308 new-face)) 308 new-face))
309 309
310(defun face-equal (face1 face2 &optional frame) 310(defun face-equal (face1 face2 &optional frame)
311 "True if the faces FACE1 and FACE2 display in the the same way." 311 "True if the faces FACE1 and FACE2 display in the same way."
312 (setq face1 (internal-get-face face1 frame) 312 (setq face1 (internal-get-face face1 frame)
313 face2 (internal-get-face face2 frame)) 313 face2 (internal-get-face face2 frame))
314 (and (equal (face-foreground face1 frame) (face-foreground face2 frame)) 314 (and (equal (face-foreground face1 frame) (face-foreground face2 frame))