(main): Handle EXTRA_INITIALIZE.

This commit is contained in:
Richard M. Stallman 1994-04-09 21:43:19 +00:00
parent 1eb52acd11
commit d8b3a65d6c

View file

@ -473,6 +473,10 @@ main (argc, argv, envp)
setuid (getuid ());
#endif /* PRIO_PROCESS */
#ifdef EXTRA_INITIALIZE
EXTRA_INITIALIZE ();
#endif
inhibit_window_system = 0;
/* Handle the -t switch, which specifies filename to use as terminal */