; * src/emacs.c (main): Improvements to last change.

This commit is contained in:
Po Lu 2022-12-08 08:55:36 +08:00
parent 508b0c1b22
commit c774e83e36

View file

@ -1937,7 +1937,9 @@ Using an Emacs configured with --with-x-toolkit=lucid does not have this problem
}
init_alloc ();
#ifndef HAVE_UNEXEC
init_bignum ();
#endif
init_threads ();
init_eval ();
running_asynch_code = 0;