Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/src/chartab.c Mon Aug 13 11:20:44 2007 +0200 +++ b/src/chartab.c Mon Aug 13 11:21:38 2007 +0200 @@ -1750,6 +1750,11 @@ DEFSUBR (Fcategory_table_value_p); #endif /* MULE */ +} + +void +vars_of_chartab (void) +{ /* DO NOT staticpro this. It works just like Vweak_hash_tables. */ Vall_syntax_tables = Qnil; }