diff options
| author | Richard M. Stallman | 1994-04-09 21:43:19 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-04-09 21:43:19 +0000 |
| commit | d8b3a65d6c23ad7ad7d42e60391ca5a987897f4c (patch) | |
| tree | e1c1cf34903d06fd8c60d52d305936f9e8a91ded /src | |
| parent | 1eb52acd11d7bf54adc472a07e64cbac9d11b3a5 (diff) | |
| download | emacs-d8b3a65d6c23ad7ad7d42e60391ca5a987897f4c.tar.gz emacs-d8b3a65d6c23ad7ad7d42e60391ca5a987897f4c.zip | |
(main): Handle EXTRA_INITIALIZE.
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 */ |