Mercurial > hg > xemacs-beta
comparison src/chartab.c @ 347:7c94d56991e1 r21-1-3
Import from CVS: tag r21-1-3
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:53:48 +0200 |
parents | 19dcec799385 |
children | cc15677e0335 |
comparison
equal
deleted
inserted
replaced
346:dd0986ffd2cf | 347:7c94d56991e1 |
---|---|
1751 DEFSUBR (Fchar_in_category_p); | 1751 DEFSUBR (Fchar_in_category_p); |
1752 DEFSUBR (Fcategory_designator_p); | 1752 DEFSUBR (Fcategory_designator_p); |
1753 DEFSUBR (Fcategory_table_value_p); | 1753 DEFSUBR (Fcategory_table_value_p); |
1754 #endif /* MULE */ | 1754 #endif /* MULE */ |
1755 | 1755 |
1756 } | |
1757 | |
1758 void | |
1759 vars_of_chartab (void) | |
1760 { | |
1756 /* DO NOT staticpro this. It works just like Vweak_hash_tables. */ | 1761 /* DO NOT staticpro this. It works just like Vweak_hash_tables. */ |
1757 Vall_syntax_tables = Qnil; | 1762 Vall_syntax_tables = Qnil; |
1758 } | 1763 } |
1759 | 1764 |
1760 void | 1765 void |