Mercurial > hg > xemacs-beta
comparison src/chartab.h @ 104:cf808b4c4290 r20-1b4
Import from CVS: tag r20-1b4
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:16:51 +0200 |
parents | 131b0175ea99 |
children | fe104dbd9147 |
comparison
equal
deleted
inserted
replaced
103:30eda07fe280 | 104:cf808b4c4290 |
---|---|
190 extern Lisp_Object Vall_syntax_tables; | 190 extern Lisp_Object Vall_syntax_tables; |
191 | 191 |
192 | 192 |
193 | 193 |
194 #ifdef MULE | 194 #ifdef MULE |
195 int check_category_at(Emchar ch, Lisp_Object ctbl, | |
196 unsigned int designator, unsigned int not); | |
195 | 197 |
196 extern Lisp_Object Qcategory_table_p, Qcategory_designator_p; | 198 extern Lisp_Object Qcategory_table_p, Qcategory_designator_p; |
197 extern Lisp_Object Qcategory_table_value_p; | 199 extern Lisp_Object Qcategory_table_value_p; |
198 | 200 |
199 extern Lisp_Object Vstandard_category_table; | 201 extern Lisp_Object Vstandard_category_table; |