\f
* Lisp Changes in Emacs 21.4
+** `set-fontset-font', `fontset-info', `fontset-font' now operate on
+the default fontset if the argument NAME is nil..
+
** The escape sequence \s is now interpreted as a SPACE character,
unless it is followed by a `-' in a character constant (e.g. ?\s-A),
in which case it is still interpreted as the super modifier.
2003-02-20 Kenichi Handa <handa@m17n.org>
+ * term/w32-win.el: Call set-fontset-font with NAME nil.
+
* international/mule-diag.el (print-fontset): If FONTSET is nil,
use the default fontset.
(describe-fontset): If the current frame is not using a fontset,
2003-02-20 Kenichi Handa <handa@m17n.org>
+ * fontset.c (check_fontset_name): If NAME is nil, return the
+ default fontset.
+ (override_font_info): New function.
+ (Fset_fontset_font): Document that NAME nil means the default
+ fontset.
+ (Ffontset_info): If FONTSET is not the default fontset, merge
+ FONTSET onto the copy of the default fontset, and work on that
+ copy. Document that NAME nil means the default fontset.
+ (Ffontset_font): Document that NAME nil means the default fontset.
+
* process.c (setup_process_coding_systems): If the process's
in/out descriptor is -1, do nothing.