X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fchartab.c;h=a6292b4da0841204c4039e62fa556f7631c4bc30;hb=refs%2Ftags%2Fr21_2_14-raw-text-2;hp=f5eddc91a470f6fce0fa60db2a2f69e1a14dcdce;hpb=f9fdf5a6cb58286f64f6f8bd0bfd2dab9b9b8816;p=chise%2Fxemacs-chise.git diff --git a/src/chartab.c b/src/chartab.c index f5eddc9..a6292b4 100644 --- a/src/chartab.c +++ b/src/chartab.c @@ -1750,6 +1750,11 @@ syms_of_chartab (void) 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; }