Mercurial > hg > xemacs-beta
diff src/emacs.c @ 195:a2f645c6b9f8 r20-3b24
Import from CVS: tag r20-3b24
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:59:05 +0200 |
parents | b405438285a2 |
children | e45d5e7c476e |
line wrap: on
line diff
--- a/src/emacs.c Mon Aug 13 09:58:32 2007 +0200 +++ b/src/emacs.c Mon Aug 13 09:59:05 2007 +0200 @@ -858,7 +858,9 @@ syms_of_toolbar (); #endif syms_of_undo (); + syms_of_widget (); syms_of_window (); + #ifdef HAVE_TTY syms_of_console_tty (); syms_of_device_tty (); @@ -1389,6 +1391,12 @@ #endif init_cmdargs (argc, argv, skip_args); /* Create list Vcommand_line_args */ init_buffer (); /* Init default directory of *scratch* buffer */ + +#ifdef WINDOWSNT + init_environment(); + init_ntproc(); +#endif + #ifdef VMS init_vms_input (); /* init_redisplay calls get_tty_device_size, that needs this */