aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/emacs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emacs.c b/src/emacs.c
index f84cb223a1b..cad3a5ca7da 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -943,6 +943,7 @@ the Bugs section of the Emacs manual or the file BUGS.\n", argv[0]);
943 943
944 init_alloc (); 944 init_alloc ();
945 init_eval (); 945 init_eval ();
946 init_coding ();
946 init_data (); 947 init_data ();
947 running_asynch_code = 0; 948 running_asynch_code = 0;
948 949