]> git.eshelyaron.com Git - emacs.git/commitdiff
Call setup-default-fontset.
authorKenichi Handa <handa@m17n.org>
Fri, 17 Jan 2003 08:17:03 +0000 (08:17 +0000)
committerKenichi Handa <handa@m17n.org>
Fri, 17 Jan 2003 08:17:03 +0000 (08:17 +0000)
lisp/term/w32-win.el

index 657ab67ee46938e804b50441741ef858a2cf2831..0b8862f25f0449060c17bc83d030b92c465b0216 100644 (file)
@@ -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,...).