summaryrefslogtreecommitdiff
path: root/lisp/faces.el
diff options
context:
space:
mode:
authorAdrian Robert <Adrian.B.Robert@gmail.com>2008-07-28 01:45:53 +0000
committerAdrian Robert <Adrian.B.Robert@gmail.com>2008-07-28 01:45:53 +0000
commitd5d6ae6b657743f717458066229da2e1a777db74 (patch)
tree7ec888162c700a5da73f3e71feeef73be0c06c7e /lisp/faces.el
parentbd6ce2baf7e701efdb42df45cf25e1789e9d66f4 (diff)
downloademacs-d5d6ae6b657743f717458066229da2e1a777db74.tar.gz
faces.el:face-set-after-frame-default: treat ns as other window systems
Diffstat (limited to 'lisp/faces.el')
-rw-r--r--lisp/faces.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/faces.el b/lisp/faces.el
index c42298f77d8..76bb02939f5 100644
--- a/lisp/faces.el
+++ b/lisp/faces.el
@@ -2027,7 +2027,7 @@ frame parameters in PARAMETERS and `default-frame-alist'."
;; 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))