diff options
Diffstat (limited to 'src/emacs.c')
-rw-r--r-- | src/emacs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emacs.c b/src/emacs.c index 07a1aff9b06..5b399eca64f 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -1209,6 +1209,7 @@ Using an Emacs configured with --with-x-toolkit=lucid does not have this problem if (!initialized) { init_alloc_once (); + init_bignum_once (); init_threads_once (); init_obarray (); init_eval_once (); |