aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa <[email protected]>1998-07-21 01:42:40 +0000
committerKenichi Handa <[email protected]>1998-07-21 01:42:40 +0000
commit0968d4ee86ed782247c55849bd6dcecc446dfc37 (patch)
tree3c8e945fef1e83d81e78335de1203060269173c4 /src
parent7c35fb48edc4cdd4d8791f2676a422b952ae953f (diff)
(main): Call init_coding.
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 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;