From: Kenichi Handa Date: Fri, 17 Jan 2003 08:17:03 +0000 (+0000) Subject: Call setup-default-fontset. X-Git-Tag: ttn-vms-21-2-B4~11611 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7f75eaa8e7af135a493c1584ed6eeb9b8a71d421;p=emacs.git Call setup-default-fontset. --- 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,...).