1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-04 11:40:22 +00:00

Call setup-default-fontset.

This commit is contained in:
Kenichi Handa 2003-01-17 08:17:03 +00:00
parent 153e1ba447
commit 7f75eaa8e7

View 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,...).