Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/src/chartab.c Mon Aug 13 10:53:20 2007 +0200 +++ b/src/chartab.c Mon Aug 13 10:53:48 2007 +0200 @@ -1753,6 +1753,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; }