From 1505621c908eeaa166a7b4a19d0053a17c7f5d73 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Mitsuharu Date: Fri, 21 Oct 2005 08:26:37 +0000 Subject: [PATCH] (custom-declare-face): Make face from X resources also on Mac. --- lisp/cus-face.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/cus-face.el b/lisp/cus-face.el index cd052732b65..8a6e77f9805 100644 --- a/lisp/cus-face.el +++ b/lisp/cus-face.el @@ -47,7 +47,7 @@ (dolist (frame (frame-list)) (face-spec-set face value frame))) ;; When making a face after frames already exist - (if (memq window-system '(x w32)) + (if (memq window-system '(x w32 mac)) (make-face-x-resource-internal face)))) ;; Don't record SPEC until we see it causes no errors. (put face 'face-defface-spec spec) -- 2.39.5