Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/src/emacs.c Sat Sep 08 09:12:09 2001 +0000 +++ b/src/emacs.c Sun Sep 09 04:37:48 2001 +0000 @@ -1147,6 +1147,11 @@ so we can be fairly accurate. */ init_intl_very_early (); /* set up the locale and domain for gettext and such. */ +#ifdef HAVE_MS_WINDOWS + init_mswindows_very_early (); /* Some things - like dde need to be + initialized early so that the + client doesn't give up waiting. */ +#endif /* Now initialize the Lisp engine and the like. Done only during dumping. No dependence on anything that may be in the user's