Mercurial > hg > xemacs-beta
comparison src/symsinit.h @ 263:727739f917cb r20-5b30
Import from CVS: tag r20-5b30
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:24:41 +0200 |
parents | 405dd6d1825b |
children | 8efd647ea9ca |
comparison
equal
deleted
inserted
replaced
262:9d8607af9e13 | 263:727739f917cb |
---|---|
65 void syms_of_device_x (void); | 65 void syms_of_device_x (void); |
66 void syms_of_device (void); | 66 void syms_of_device (void); |
67 void syms_of_dialog_x (void); | 67 void syms_of_dialog_x (void); |
68 void syms_of_dialog (void); | 68 void syms_of_dialog (void); |
69 void syms_of_dired (void); | 69 void syms_of_dired (void); |
70 void syms_of_dlopen (void); | |
70 void syms_of_doc (void); | 71 void syms_of_doc (void); |
71 void syms_of_editfns (void); | 72 void syms_of_editfns (void); |
72 void syms_of_elhash (void); | 73 void syms_of_elhash (void); |
73 void syms_of_emacs (void); | 74 void syms_of_emacs (void); |
74 void syms_of_eval (void); | 75 void syms_of_eval (void); |
186 /* Initialize the lstream types (dump-time only). */ | 187 /* Initialize the lstream types (dump-time only). */ |
187 | 188 |
188 void lstream_type_create (void); | 189 void lstream_type_create (void); |
189 void lstream_type_create_mule_coding (void); | 190 void lstream_type_create_mule_coding (void); |
190 void lstream_type_create_print (void); | 191 void lstream_type_create_print (void); |
192 | |
193 /* Initialize process types */ | |
194 | |
195 void process_type_create_mswindows (void); | |
196 void process_type_create_unix (void); | |
191 | 197 |
192 /* Allow for Fprovide() (dump-time only). */ | 198 /* Allow for Fprovide() (dump-time only). */ |
193 | 199 |
194 void init_provide_once (void); | 200 void init_provide_once (void); |
195 | 201 |
264 void vars_of_objects_tty (void); | 270 void vars_of_objects_tty (void); |
265 void vars_of_objects_mswindows (void); | 271 void vars_of_objects_mswindows (void); |
266 void vars_of_objects_x (void); | 272 void vars_of_objects_x (void); |
267 void vars_of_print (void); | 273 void vars_of_print (void); |
268 void vars_of_process (void); | 274 void vars_of_process (void); |
275 void vars_of_process_mswindows (void); | |
276 void vars_of_process_unix (void); | |
269 void vars_of_profile (void); | 277 void vars_of_profile (void); |
270 void vars_of_ralloc (void); | 278 void vars_of_ralloc (void); |
271 void vars_of_redisplay (void); | 279 void vars_of_redisplay (void); |
272 void vars_of_scrollbar_x (void); | 280 void vars_of_scrollbar_x (void); |
273 void vars_of_scrollbar (void); | 281 void vars_of_scrollbar (void); |