summaryrefslogtreecommitdiff
path: root/lisp/faces.el
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>1999-08-10 10:17:47 +0000
committerEli Zaretskii <eliz@gnu.org>1999-08-10 10:17:47 +0000
commit75014631057ba6ea568b5375b70afb7f0eae7c70 (patch)
tree4659059d3c825c9664f94969b138a441dc9db58f /lisp/faces.el
parent87f1940e4a94698be01b0b89d879183e962ee85e (diff)
downloademacs-75014631057ba6ea568b5375b70afb7f0eae7c70.tar.gz
(face-set-after-frame-default): Don't call
make-face-x-resource-internal for the pc window-system.
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 381ddbada82..003d732f141 100644
--- a/lisp/faces.el
+++ b/lisp/faces.el
@@ -1261,7 +1261,7 @@ Value is the new frame created."
(when spec
(face-spec-set face spec frame))
(internal-merge-in-global-face face frame)
- (when window-system
+ (when (memq window-system '(x w32))
(make-face-x-resource-internal face frame)))))