Mercurial > hg > xemacs-beta
comparison src/symsinit.h @ 278:90d73dddcdc4 r21-0b37
Import from CVS: tag r21-0b37
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:31:29 +0200 |
parents | 6330739388db |
children | 7df0dd720c89 |
comparison
equal
deleted
inserted
replaced
277:cfdf3ff11843 | 278:90d73dddcdc4 |
---|---|
88 void syms_of_frame_mswindows (void); | 88 void syms_of_frame_mswindows (void); |
89 void syms_of_frame_x (void); | 89 void syms_of_frame_x (void); |
90 void syms_of_free_hook (void); | 90 void syms_of_free_hook (void); |
91 void syms_of_general (void); | 91 void syms_of_general (void); |
92 void syms_of_glyphs_x (void); | 92 void syms_of_glyphs_x (void); |
93 void syms_of_glyphs_read (void); | |
93 void syms_of_glyphs_mswindows (void); | 94 void syms_of_glyphs_mswindows (void); |
94 void syms_of_glyphs (void); | 95 void syms_of_glyphs (void); |
95 void syms_of_gui_x (void); | 96 void syms_of_gui_x (void); |
96 void syms_of_gui (void); | 97 void syms_of_gui (void); |
97 void syms_of_indent (void); | 98 void syms_of_indent (void); |
183 void structure_type_create_hashtable (void); | 184 void structure_type_create_hashtable (void); |
184 | 185 |
185 /* Initialize the image instantiator types (dump-time only). */ | 186 /* Initialize the image instantiator types (dump-time only). */ |
186 | 187 |
187 void image_instantiator_format_create (void); | 188 void image_instantiator_format_create (void); |
189 void image_instantiator_format_create_glyphs_read (void); | |
188 void image_instantiator_format_create_glyphs_x (void); | 190 void image_instantiator_format_create_glyphs_x (void); |
189 void image_instantiator_format_create_glyphs_mswindows (void); | 191 void image_instantiator_format_create_glyphs_mswindows (void); |
190 | 192 |
191 /* Initialize the lstream types (dump-time only). */ | 193 /* Initialize the lstream types (dump-time only). */ |
192 | 194 |
247 void vars_of_frame_tty (void); | 249 void vars_of_frame_tty (void); |
248 void vars_of_frame_mswindows (void); | 250 void vars_of_frame_mswindows (void); |
249 void vars_of_frame_x (void); | 251 void vars_of_frame_x (void); |
250 void vars_of_frame (void); | 252 void vars_of_frame (void); |
251 void vars_of_glyphs_x (void); | 253 void vars_of_glyphs_x (void); |
254 void vars_of_glyphs_read (void); | |
252 void vars_of_glyphs_mswindows (void); | 255 void vars_of_glyphs_mswindows (void); |
253 void vars_of_glyphs (void); | 256 void vars_of_glyphs (void); |
254 void vars_of_gui_x (void); | 257 void vars_of_gui_x (void); |
255 void vars_of_gui (void); | 258 void vars_of_gui (void); |
256 void vars_of_input_method_motif (void); | 259 void vars_of_input_method_motif (void); |