Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
194:2947057885e5 | 195:a2f645c6b9f8 |
---|---|
856 #endif | 856 #endif |
857 #ifdef HAVE_TOOLBARS | 857 #ifdef HAVE_TOOLBARS |
858 syms_of_toolbar (); | 858 syms_of_toolbar (); |
859 #endif | 859 #endif |
860 syms_of_undo (); | 860 syms_of_undo (); |
861 syms_of_widget (); | |
861 syms_of_window (); | 862 syms_of_window (); |
863 | |
862 #ifdef HAVE_TTY | 864 #ifdef HAVE_TTY |
863 syms_of_console_tty (); | 865 syms_of_console_tty (); |
864 syms_of_device_tty (); | 866 syms_of_device_tty (); |
865 syms_of_objects_tty (); | 867 syms_of_objects_tty (); |
866 #endif | 868 #endif |
1387 /* Set defaults for several environment variables. */ | 1389 /* Set defaults for several environment variables. */ |
1388 init_environment (argc, argv, skip_args); | 1390 init_environment (argc, argv, skip_args); |
1389 #endif | 1391 #endif |
1390 init_cmdargs (argc, argv, skip_args); /* Create list Vcommand_line_args */ | 1392 init_cmdargs (argc, argv, skip_args); /* Create list Vcommand_line_args */ |
1391 init_buffer (); /* Init default directory of *scratch* buffer */ | 1393 init_buffer (); /* Init default directory of *scratch* buffer */ |
1394 | |
1395 #ifdef WINDOWSNT | |
1396 init_environment(); | |
1397 init_ntproc(); | |
1398 #endif | |
1399 | |
1392 #ifdef VMS | 1400 #ifdef VMS |
1393 init_vms_input (); /* init_redisplay calls get_tty_device_size, | 1401 init_vms_input (); /* init_redisplay calls get_tty_device_size, |
1394 that needs this */ | 1402 that needs this */ |
1395 #endif /* VMS */ | 1403 #endif /* VMS */ |
1396 init_redisplay (); /* Determine terminal type. | 1404 init_redisplay (); /* Determine terminal type. |