Mercurial > emacs
changeset 6778:a4a33206aee4
(main): Handle EXTRA_INITIALIZE.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 09 Apr 1994 21:43:19 +0000 |
parents | 1f1e94761cd6 |
children | baefeadae7a3 |
files | src/emacs.c |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/emacs.c Sat Apr 09 21:42:58 1994 +0000 +++ b/src/emacs.c Sat Apr 09 21:43:19 1994 +0000 @@ -473,6 +473,10 @@ 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 */