Mercurial > hg > xemacs-beta
comparison src/glyphs.h @ 269:b2472a1930f2 r20-5b33
Import from CVS: tag r20-5b33
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:27:19 +0200 |
parents | 8efd647ea9ca |
children | c5d627a313b1 |
comparison
equal
deleted
inserted
replaced
268:6ced69ccd85f | 269:b2472a1930f2 |
---|---|
183 entry.validate = validate_fun; \ | 183 entry.validate = validate_fun; \ |
184 entry.multiple_p = 1; \ | 184 entry.multiple_p = 1; \ |
185 Dynarr_add (format##_image_instantiator_methods->keywords, \ | 185 Dynarr_add (format##_image_instantiator_methods->keywords, \ |
186 entry); \ | 186 entry); \ |
187 } while (0) | 187 } while (0) |
188 | |
189 extern Lisp_Object Qimage_conversion_error; | |
188 | 190 |
189 extern Lisp_Object Q_data, Q_file; | 191 extern Lisp_Object Q_data, Q_file; |
190 | 192 |
191 void add_entry_to_image_instantiator_format_list (Lisp_Object symbol, | 193 void add_entry_to_image_instantiator_format_list (Lisp_Object symbol, |
192 struct image_instantiator_methods *meths); | 194 struct image_instantiator_methods *meths); |