diff options
| author | Kenichi Handa | 1998-07-21 01:42:40 +0000 |
|---|---|---|
| committer | Kenichi Handa | 1998-07-21 01:42:40 +0000 |
| commit | 0968d4ee86ed782247c55849bd6dcecc446dfc37 (patch) | |
| tree | 3c8e945fef1e83d81e78335de1203060269173c4 /src | |
| parent | 7c35fb48edc4cdd4d8791f2676a422b952ae953f (diff) | |
| download | emacs-0968d4ee86ed782247c55849bd6dcecc446dfc37.tar.gz emacs-0968d4ee86ed782247c55849bd6dcecc446dfc37.zip | |
(main): Call init_coding.
Diffstat (limited to 'src')
| -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 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 | ||