aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/emacs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emacs.c b/src/emacs.c
index f84cb223a1..cad3a5ca7d 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]);
init_alloc ();
init_eval ();
+ init_coding ();
init_data ();
running_asynch_code = 0;