+2003-08-18 Kenichi Handa <handa@m17n.org>
+
+ * international/mule.el (encode-char): Fix for the ASCII case.
+
+2003-08-15 Kenichi Handa <handa@m17n.org>
+
+ * international/fontset.el (setup-default-fontset): Change "*" to
+ nil in the specifications of font family.
+
2003-08-18 Kim F. Storm <storm@cua.dk>
* kmacro.el (kmacro-keymap): Group related bindings in
(setq split (split-char trans)
charset (car split)))
(cond ((eq charset 'ascii)
- char)
+ (or trans char))
((eq charset 'latin-iso8859-1)
(+ (nth 1 split) 128))
((eq charset 'mule-unicode-0100-24ff)