comparison src/chartab.h @ 396:6719134a07c2 r21-2-13

Import from CVS: tag r21-2-13
author cvs
date Mon, 13 Aug 2007 11:12:05 +0200
parents d883f39b8495
children 74fd4e045ea6
comparison
equal deleted inserted replaced
395:de2c2a7459d2 396:6719134a07c2
189 void prune_syntax_tables (int (*obj_marked_p) (Lisp_Object)); 189 void prune_syntax_tables (int (*obj_marked_p) (Lisp_Object));
190 190
191 EXFUN (Fcopy_char_table, 1); 191 EXFUN (Fcopy_char_table, 1);
192 EXFUN (Fmake_char_table, 1); 192 EXFUN (Fmake_char_table, 1);
193 EXFUN (Fput_char_table, 3); 193 EXFUN (Fput_char_table, 3);
194 EXFUN (Fget_char_table, 2);
194 195
195 extern Lisp_Object Vall_syntax_tables; 196 extern Lisp_Object Vall_syntax_tables;
196 197
197 198
198 199