Mercurial > hg > xemacs-beta
comparison src/symsinit.h @ 384:bbff43aa5eb7 r21-2-7
Import from CVS: tag r21-2-7
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:08:24 +0200 |
parents | 8626e4521993 |
children | aabb7f5b1c81 |
comparison
equal
deleted
inserted
replaced
383:6a50c6a581a5 | 384:bbff43aa5eb7 |
---|---|
91 void syms_of_frame_x (void); | 91 void syms_of_frame_x (void); |
92 void syms_of_free_hook (void); | 92 void syms_of_free_hook (void); |
93 void syms_of_general (void); | 93 void syms_of_general (void); |
94 void syms_of_glyphs_x (void); | 94 void syms_of_glyphs_x (void); |
95 void syms_of_glyphs_eimage (void); | 95 void syms_of_glyphs_eimage (void); |
96 void syms_of_glyphs_widget (void); | |
96 void syms_of_glyphs_mswindows (void); | 97 void syms_of_glyphs_mswindows (void); |
97 void syms_of_glyphs (void); | 98 void syms_of_glyphs (void); |
98 void syms_of_gui_x (void); | 99 void syms_of_gui_x (void); |
99 void syms_of_gui (void); | 100 void syms_of_gui (void); |
100 void syms_of_indent (void); | 101 void syms_of_indent (void); |
190 | 191 |
191 /* Initialize the image instantiator types (dump-time only). */ | 192 /* Initialize the image instantiator types (dump-time only). */ |
192 | 193 |
193 void image_instantiator_format_create (void); | 194 void image_instantiator_format_create (void); |
194 void image_instantiator_format_create_glyphs_eimage (void); | 195 void image_instantiator_format_create_glyphs_eimage (void); |
196 void image_instantiator_format_create_glyphs_widget (void); | |
195 void image_instantiator_format_create_glyphs_x (void); | 197 void image_instantiator_format_create_glyphs_x (void); |
196 void image_instantiator_format_create_glyphs_mswindows (void); | 198 void image_instantiator_format_create_glyphs_mswindows (void); |
197 | 199 |
198 /* Initialize the lstream types (dump-time only). */ | 200 /* Initialize the lstream types (dump-time only). */ |
199 | 201 |
258 void vars_of_frame_mswindows (void); | 260 void vars_of_frame_mswindows (void); |
259 void vars_of_frame_x (void); | 261 void vars_of_frame_x (void); |
260 void vars_of_frame (void); | 262 void vars_of_frame (void); |
261 void vars_of_glyphs_x (void); | 263 void vars_of_glyphs_x (void); |
262 void vars_of_glyphs_eimage (void); | 264 void vars_of_glyphs_eimage (void); |
265 void vars_of_glyphs_widget (void); | |
263 void vars_of_glyphs_mswindows (void); | 266 void vars_of_glyphs_mswindows (void); |
264 void vars_of_glyphs (void); | 267 void vars_of_glyphs (void); |
265 void vars_of_gui_x (void); | 268 void vars_of_gui_x (void); |
266 void vars_of_gui (void); | 269 void vars_of_gui (void); |
267 void vars_of_input_method_motif (void); | 270 void vars_of_input_method_motif (void); |