summaryrefslogtreecommitdiff
path: root/lisp/cus-face.el
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>2005-10-21 08:26:37 +0000
committerYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>2005-10-21 08:26:37 +0000
commit0a79b8ceb9a4c7c02d506d103c8be1c6681c5345 (patch)
tree25a87105813e3c07746b19fce0de1fec83e979d8 /lisp/cus-face.el
parent0bda1dd120e210f02342e777dcc6bbf2d2ab0005 (diff)
downloademacs-0a79b8ceb9a4c7c02d506d103c8be1c6681c5345.tar.gz
(custom-declare-face): Make face from X resources also on Mac.
Diffstat (limited to 'lisp/cus-face.el')
-rw-r--r--lisp/cus-face.el2
1 files changed, 1 insertions, 1 deletions
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)