Mercurial > hg > xemacs-beta
comparison src/symsinit.h @ 288:e11d67e05968 r21-0b42
Import from CVS: tag r21-0b42
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:35:54 +0200 |
parents | 57709be46d1b |
children | 7c94d56991e1 |
comparison
equal
deleted
inserted
replaced
287:13a0bd77a29d | 288:e11d67e05968 |
---|---|
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_dired_mswindows (void); | |
70 void syms_of_dll (void); | 71 void syms_of_dll (void); |
71 void syms_of_doc (void); | 72 void syms_of_doc (void); |
72 void syms_of_dragdrop (void); | 73 void syms_of_dragdrop (void); |
73 void syms_of_editfns (void); | 74 void syms_of_editfns (void); |
74 void syms_of_elhash (void); | 75 void syms_of_elhash (void); |
233 void vars_of_device_x (void); | 234 void vars_of_device_x (void); |
234 void vars_of_dialog (void); | 235 void vars_of_dialog (void); |
235 void vars_of_dialog_x (void); | 236 void vars_of_dialog_x (void); |
236 void vars_of_dialog_mswindows (void); | 237 void vars_of_dialog_mswindows (void); |
237 void vars_of_dired (void); | 238 void vars_of_dired (void); |
239 void vars_of_dired_mswindows (void); | |
238 void vars_of_doc (void); | 240 void vars_of_doc (void); |
239 void vars_of_dragdrop (void); | 241 void vars_of_dragdrop (void); |
240 void vars_of_editfns (void); | 242 void vars_of_editfns (void); |
241 void vars_of_elhash (void); | 243 void vars_of_elhash (void); |
242 void vars_of_emacs (void); | 244 void vars_of_emacs (void); |
367 void init_event_mswindows_late (void); | 369 void init_event_mswindows_late (void); |
368 void init_event_unixoid (void); | 370 void init_event_unixoid (void); |
369 void init_hpplay (void); | 371 void init_hpplay (void); |
370 void init_lread (void); | 372 void init_lread (void); |
371 void init_macros (void); | 373 void init_macros (void); |
374 void init_ntproc (void); /* #### delete me, please! */ | |
372 /* Not named init_process in order to avoid conflict with NS 3.3 */ | 375 /* Not named init_process in order to avoid conflict with NS 3.3 */ |
373 void init_xemacs_process (void); | 376 void init_xemacs_process (void); |
374 void init_redisplay (void); | 377 void init_redisplay (void); |
375 void init_sunpro (void); | 378 void init_sunpro (void); |
376 | 379 |