diff lisp/term/w32-win.el @ 49290:eb2efd226974

Call setup-default-fontset.
author Kenichi Handa <handa@m17n.org>
date Fri, 17 Jan 2003 08:17:03 +0000
parents 4dd5c60e3ebc
children 5ade352e8d1c
line wrap: on
line diff
--- a/lisp/term/w32-win.el	Fri Jan 17 08:16:17 2003 +0000
+++ b/lisp/term/w32-win.el	Fri Jan 17 08:17:03 2003 +0000
@@ -1121,6 +1121,8 @@
 ;; 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,...).