aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/term
diff options
context:
space:
mode:
authorKenichi Handa <[email protected]>2003-01-17 08:17:03 +0000
committerKenichi Handa <[email protected]>2003-01-17 08:17:03 +0000
commit7f75eaa8e7af135a493c1584ed6eeb9b8a71d421 (patch)
treebc5fc2369b019e597319eddc65a0fb66e869be41 /lisp/term
parent153e1ba447a7670419ad89942f00a0573dfa31db (diff)
Call setup-default-fontset.
Diffstat (limited to 'lisp/term')
-rw-r--r--lisp/term/w32-win.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/term/w32-win.el b/lisp/term/w32-win.el
index 657ab67ee4..0b8862f25f 100644
--- a/lisp/term/w32-win.el
+++ b/lisp/term/w32-win.el
@@ -1121,6 +1121,8 @@ See the documentation of `create-fontset-from-fontset-spec for the format.")
;; Conditional on new-fontset so bootstrapping works on non-GUI compiles
(if (fboundp 'new-fontset)
(progn
+ ;; Setup the default fontset.
+ (setup-default-fontset)
;; Create the standard fontset.
(create-fontset-from-fontset-spec w32-standard-fontset-spec t)
;; Create fontset specified in X resources "Fontset-N" (N is 0, 1,...).