Mercurial > hg > xemacs-beta
comparison src/chartab.h @ 321:19dcec799385 r21-0-58
Import from CVS: tag r21-0-58
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:46:44 +0200 |
parents | c5d627a313b1 |
children | cc15677e0335 |
comparison
equal
deleted
inserted
replaced
320:73c75c43c1f2 | 321:19dcec799385 |
---|---|
178 }; | 178 }; |
179 | 179 |
180 void fill_char_table (struct Lisp_Char_Table *ct, Lisp_Object value); | 180 void fill_char_table (struct Lisp_Char_Table *ct, Lisp_Object value); |
181 void put_char_table (struct Lisp_Char_Table *ct, struct chartab_range *range, | 181 void put_char_table (struct Lisp_Char_Table *ct, struct chartab_range *range, |
182 Lisp_Object val); | 182 Lisp_Object val); |
183 Lisp_Object get_char_table (Emchar, struct Lisp_Char_Table *); | |
183 int map_char_table (struct Lisp_Char_Table *ct, | 184 int map_char_table (struct Lisp_Char_Table *ct, |
184 struct chartab_range *range, | 185 struct chartab_range *range, |
185 int (*fn) (struct chartab_range *range, | 186 int (*fn) (struct chartab_range *range, |
186 Lisp_Object val, void *arg), | 187 Lisp_Object val, void *arg), |
187 void *arg); | 188 void *arg); |