1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00

(face-set-after-frame-default): Don't call

make-face-x-resource-internal for the pc window-system.
This commit is contained in:
Eli Zaretskii 1999-08-10 10:17:47 +00:00
parent 87f1940e4a
commit 7501463105

View File

@ -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)))))