From 7f75eaa8e7af135a493c1584ed6eeb9b8a71d421 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Fri, 17 Jan 2003 08:17:03 +0000 Subject: [PATCH] Call setup-default-fontset. --- lisp/term/w32-win.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/term/w32-win.el b/lisp/term/w32-win.el index 657ab67ee46..0b8862f25f0 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,...). -- 2.39.2