From: Eli Zaretskii Date: Tue, 10 Aug 1999 10:17:47 +0000 (+0000) Subject: (face-set-after-frame-default): Don't call X-Git-Tag: emacs-pretest-21.0.90~7231 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=75014631057ba6ea568b5375b70afb7f0eae7c70;p=emacs.git (face-set-after-frame-default): Don't call make-face-x-resource-internal for the pc window-system. --- 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)))))