comparison src/emacs.c @ 22789:2ba6f9b60ee6

(main): Call init_coding.
author Kenichi Handa <handa@m17n.org>
date Tue, 21 Jul 1998 01:42:40 +0000
parents b071f874301e
children 457da99ff43a
comparison
equal deleted inserted replaced
22788:0e0f06a92324 22789:2ba6f9b60ee6
941 init_window_once (); /* Init the window system */ 941 init_window_once (); /* Init the window system */
942 } 942 }
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
949 /* Handle --unibyte and the EMACS_UNIBYTE envvar, 950 /* Handle --unibyte and the EMACS_UNIBYTE envvar,
950 but not while dumping. */ 951 but not while dumping. */