From: tomo Date: Mon, 3 Sep 2001 18:22:24 +0000 (+0000) Subject: update. X-Git-Tag: r21-2-41-chartab-2~5 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=e9d0720b64fc585c3321406007cb2fdfb666e809;p=chise%2Fxemacs-chise.git.1 update. --- diff --git a/src/ChangeLog b/src/ChangeLog index 91218f6..1050759 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,13 @@ 2001-09-03 MORIOKA Tomohiko + * chartab.h (Lisp_Char_ID_Table): Deleted. + + * chartab.c (char_table_description): Fix typo. + (Fmap_char_attribute): Use `Lisp_Char_Table' instead of + `Lisp_Char_ID_Table'. + +2001-09-03 MORIOKA Tomohiko + * text-coding.c (COMPOSE_ADD_CHAR): Use `CHAR_TABLEP' instead of `CHAR_ID_TABLE_P'.