+2003-01-17 Kenichi Handa <handa@m17n.org>
+
+ * international/fontset.el: Don't setup the default fontset and
+ font-encoding-alist at the top level.
+ (setup-default-fontset): New function.
+ (create-fontset-from-fontset-spec): Delete autoload cookie.
+
+ * term/x-win.el: Require fontset unconditionally again.
+ Call setup-default-fontset at the top level.
+
+ * term/w32-win.el: Call setup-default-fontset.
+
+ * term/mac-win.el: Require fontset and call setup-default-fontset.
+
2003-01-16 Kenichi Handa <handa@m17n.org>
* international/ucs-tables.el: Undo the last change.
2003-01-17 Kenichi Handa <handa@m17n.org>
+ * fontset.c (syms_of_fontset): Setup Vfont_encoding_alist here.
+
* editfns.c (Fformat): Convert an unibyte char argument that is
formatted by "%c" to multibyte if the total result must be a
multibyte string.