comparison src/emacs.c @ 6778:a4a33206aee4

(main): Handle EXTRA_INITIALIZE.
author Richard M. Stallman <rms@gnu.org>
date Sat, 09 Apr 1994 21:43:19 +0000
parents e4299463079d
children 531d6d07096a
comparison
equal deleted inserted replaced
6777:1f1e94761cd6 6778:a4a33206aee4
470 #ifdef PRIO_PROCESS 470 #ifdef PRIO_PROCESS
471 if (emacs_priority) 471 if (emacs_priority)
472 nice (emacs_priority); 472 nice (emacs_priority);
473 setuid (getuid ()); 473 setuid (getuid ());
474 #endif /* PRIO_PROCESS */ 474 #endif /* PRIO_PROCESS */
475
476 #ifdef EXTRA_INITIALIZE
477 EXTRA_INITIALIZE ();
478 #endif
475 479
476 inhibit_window_system = 0; 480 inhibit_window_system = 0;
477 481
478 /* Handle the -t switch, which specifies filename to use as terminal */ 482 /* Handle the -t switch, which specifies filename to use as terminal */
479 if (skip_args + 2 < argc && !strcmp (argv[skip_args + 1], "-t")) 483 if (skip_args + 2 < argc && !strcmp (argv[skip_args + 1], "-t"))