comparison src/chartab.c @ 414:da8ed4261e83 r21-2-15

Import from CVS: tag r21-2-15
author cvs
date Mon, 13 Aug 2007 11:21:38 +0200
parents 697ef44129c6
children 41dbb7a9d5f2
comparison
equal deleted inserted replaced
413:901169e5ca31 414:da8ed4261e83
1748 DEFSUBR (Fchar_in_category_p); 1748 DEFSUBR (Fchar_in_category_p);
1749 DEFSUBR (Fcategory_designator_p); 1749 DEFSUBR (Fcategory_designator_p);
1750 DEFSUBR (Fcategory_table_value_p); 1750 DEFSUBR (Fcategory_table_value_p);
1751 #endif /* MULE */ 1751 #endif /* MULE */
1752 1752
1753 }
1754
1755 void
1756 vars_of_chartab (void)
1757 {
1753 /* DO NOT staticpro this. It works just like Vweak_hash_tables. */ 1758 /* DO NOT staticpro this. It works just like Vweak_hash_tables. */
1754 Vall_syntax_tables = Qnil; 1759 Vall_syntax_tables = Qnil;
1755 } 1760 }
1756 1761
1757 void 1762 void