[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/term/w32-win.el
From: |
Kenichi Handa |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/term/w32-win.el |
Date: |
Fri, 17 Jan 2003 03:17:03 -0500 |
Index: emacs/lisp/term/w32-win.el
diff -c emacs/lisp/term/w32-win.el:1.53 emacs/lisp/term/w32-win.el:1.54
*** emacs/lisp/term/w32-win.el:1.53 Wed Jun 12 13:18:59 2002
--- emacs/lisp/term/w32-win.el Fri Jan 17 03:17:03 2003
***************
*** 1121,1126 ****
--- 1121,1128 ----
;; 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,...).
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/lisp/term/w32-win.el,
Kenichi Handa <=