Mercurial > hg > xemacs-beta
comparison src/chartab.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 | 697ef44129c6 |
comparison
equal
deleted
inserted
replaced
399:376370fb5946 | 400:a86b2b5e0111 |
---|---|
1802 | 1802 |
1803 | 1803 |
1804 void | 1804 void |
1805 syms_of_chartab (void) | 1805 syms_of_chartab (void) |
1806 { | 1806 { |
1807 #ifdef MULE | 1807 INIT_LRECORD_IMPLEMENTATION (char_table); |
1808 | |
1809 #ifdef MULE | |
1810 INIT_LRECORD_IMPLEMENTATION (char_table_entry); | |
1811 | |
1808 defsymbol (&Qcategory_table_p, "category-table-p"); | 1812 defsymbol (&Qcategory_table_p, "category-table-p"); |
1809 defsymbol (&Qcategory_designator_p, "category-designator-p"); | 1813 defsymbol (&Qcategory_designator_p, "category-designator-p"); |
1810 defsymbol (&Qcategory_table_value_p, "category-table-value-p"); | 1814 defsymbol (&Qcategory_table_value_p, "category-table-value-p"); |
1811 #endif /* MULE */ | 1815 #endif /* MULE */ |
1812 | 1816 |