diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/emacs.c | 4 |
1 files changed, 4 insertions, 0 deletions
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) | |||
| 473 | setuid (getuid ()); | 473 | setuid (getuid ()); |
| 474 | #endif /* PRIO_PROCESS */ | 474 | #endif /* PRIO_PROCESS */ |
| 475 | 475 | ||
| 476 | #ifdef EXTRA_INITIALIZE | ||
| 477 | EXTRA_INITIALIZE (); | ||
| 478 | #endif | ||
| 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 */ |