+2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
+
+ * faces.el (face-set-after-frame-default): Treat 'ns as all other
+ window systems.
+
2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
* term/ns-win.el (do-applescript): New alias in carbon-compat section.
;; X resouces for the default face are applied during
;; x-create-frame.
(and (not (eq face 'default))
- (memq (window-system frame) '(x w32))
+ (memq (window-system frame) '(x w32 ns))
(make-face-x-resource-internal face frame))
;; Apply attributes specified by face-new-frame-defaults
(internal-merge-in-global-face face frame))