Mercurial > emacs
changeset 49290:eb2efd226974
Call setup-default-fontset.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Fri, 17 Jan 2003 08:17:03 +0000 |
parents | 1e7527c1a0a0 |
children | 8f4a3a151d3b |
files | lisp/term/w32-win.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
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,...).