X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fchartab.c;h=b00cee7ad2f3f2bf1d95463f8034fdcf9da3f7de;hb=3aca7317dd930beecbddba646284279744087e69;hp=ac1e7db372464bc0bdc95f2ff0731654a4583d8f;hpb=c8aa261a7bf3eb1389d2e018be1d715f73cacd66;p=chise%2Fxemacs-chise.git- diff --git a/src/chartab.c b/src/chartab.c index ac1e7db..b00cee7 100644 --- a/src/chartab.c +++ b/src/chartab.c @@ -1815,7 +1815,11 @@ word_boundary_p (Emchar c1, Emchar c2) void syms_of_chartab (void) { + INIT_LRECORD_IMPLEMENTATION (char_table); + #ifdef MULE + INIT_LRECORD_IMPLEMENTATION (char_table_entry); + defsymbol (&Qcategory_table_p, "category-table-p"); defsymbol (&Qcategory_designator_p, "category-designator-p"); defsymbol (&Qcategory_table_value_p, "category-table-value-p");