]> git.eshelyaron.com Git - emacs.git/commitdiff
(custom-declare-face): Make face from X resources also on Mac.
authorYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Fri, 21 Oct 2005 08:26:37 +0000 (08:26 +0000)
committerYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Fri, 21 Oct 2005 08:26:37 +0000 (08:26 +0000)
lisp/cus-face.el

index cd052732b65d3871c34e7a27452dd1c49c3d30a2..8a6e77f980503cbe271c2e23fd16e2a00ad11378 100644 (file)
@@ -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)