*** empty log message ***

This commit is contained in:
Kenichi Handa 2001-02-24 03:12:35 +00:00
parent 87ae797346
commit 4c1593cec6
2 changed files with 5 additions and 0 deletions

View file

@ -1,5 +1,8 @@
2001-02-24 Kenichi Handa <handa@etl.go.jp>
* international/utf-8.el (mule-utf-8): Set correct value for
valid-codes property.
* international/fontset.el (x-complement-fontset-spec): In the
case that we use ASCII font for the other charsets, use only
family and regisry part of it.

View file

@ -1,5 +1,7 @@
2001-02-24 Kenichi Handa <handa@etl.go.jp>
* Makefile.in (lisp): Add international/utf-8.elc.
* fontset.c (Fnew_fontset): Fix handling of the case that an
element of FONTLIST is a cons of family and registry.