From d8b3a65d6c23ad7ad7d42e60391ca5a987897f4c Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 9 Apr 1994 21:43:19 +0000 Subject: [PATCH] (main): Handle EXTRA_INITIALIZE. --- src/emacs.c | 4 ++++ 1 file changed, 4 insertions(+) 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 */ -- 2.39.5