From: Richard M. Stallman Date: Sat, 9 Apr 1994 21:43:19 +0000 (+0000) Subject: (main): Handle EXTRA_INITIALIZE. X-Git-Tag: emacs-19.34~9075 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d8b3a65d6c23ad7ad7d42e60391ca5a987897f4c;p=emacs.git (main): Handle EXTRA_INITIALIZE. --- diff --git a/src/emacs.c b/src/emacs.c index d0bcd1c540a..9d06f901360 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -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 */