comparison src/emacs.c @ 657:ce0b3f2eff35

[xemacs-hg @ 2001-09-09 04:37:41 by andyp] DDE, netinstall and cygwin file fixes
author andyp
date Sun, 09 Sep 2001 04:37:48 +0000
parents b39c14581166
children 6e99cc8c6ca5
comparison
equal deleted inserted replaced
656:4035041996d8 657:ce0b3f2eff35
1145 init_process_times_very_early (); /* Initialize our process timers. 1145 init_process_times_very_early (); /* Initialize our process timers.
1146 As early as possible, of course, 1146 As early as possible, of course,
1147 so we can be fairly accurate. */ 1147 so we can be fairly accurate. */
1148 init_intl_very_early (); /* set up the locale and domain for gettext and 1148 init_intl_very_early (); /* set up the locale and domain for gettext and
1149 such. */ 1149 such. */
1150 #ifdef HAVE_MS_WINDOWS
1151 init_mswindows_very_early (); /* Some things - like dde need to be
1152 initialized early so that the
1153 client doesn't give up waiting. */
1154 #endif
1150 1155
1151 /* Now initialize the Lisp engine and the like. Done only during 1156 /* Now initialize the Lisp engine and the like. Done only during
1152 dumping. No dependence on anything that may be in the user's 1157 dumping. No dependence on anything that may be in the user's
1153 environment when the dumped XEmacs is run. 1158 environment when the dumped XEmacs is run.
1154 1159