Mercurial > hg > xemacs-beta
comparison src/mule-charset.c @ 400:a86b2b5e0111 r21-2-30
Import from CVS: tag r21-2-30
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:14:34 +0200 |
parents | 74fd4e045ea6 |
children | b8cc9ab3f761 |
comparison
equal
deleted
inserted
replaced
399:376370fb5946 | 400:a86b2b5e0111 |
---|---|
1257 /************************************************************************/ | 1257 /************************************************************************/ |
1258 | 1258 |
1259 void | 1259 void |
1260 syms_of_mule_charset (void) | 1260 syms_of_mule_charset (void) |
1261 { | 1261 { |
1262 INIT_LRECORD_IMPLEMENTATION (charset); | |
1263 | |
1262 DEFSUBR (Fcharsetp); | 1264 DEFSUBR (Fcharsetp); |
1263 DEFSUBR (Ffind_charset); | 1265 DEFSUBR (Ffind_charset); |
1264 DEFSUBR (Fget_charset); | 1266 DEFSUBR (Fget_charset); |
1265 DEFSUBR (Fcharset_list); | 1267 DEFSUBR (Fcharset_list); |
1266 DEFSUBR (Fcharset_name); | 1268 DEFSUBR (Fcharset_name); |