mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-06 12:19:37 +00:00
; * src/emacs.c (main): Improvements to last change.
This commit is contained in:
parent
508b0c1b22
commit
c774e83e36
1 changed files with 2 additions and 0 deletions
|
@ -1937,7 +1937,9 @@ Using an Emacs configured with --with-x-toolkit=lucid does not have this problem
|
||||||
}
|
}
|
||||||
|
|
||||||
init_alloc ();
|
init_alloc ();
|
||||||
|
#ifndef HAVE_UNEXEC
|
||||||
init_bignum ();
|
init_bignum ();
|
||||||
|
#endif
|
||||||
init_threads ();
|
init_threads ();
|
||||||
init_eval ();
|
init_eval ();
|
||||||
running_asynch_code = 0;
|
running_asynch_code = 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue