comparison src/emacs.c @ 39673:6eb33bfd9de7

*** empty log message ***
author Pavel Janík <Pavel@Janik.cz>
date Mon, 08 Oct 2001 06:33:56 +0000
parents d2a8cced572f
children 42b7a798ff79
comparison
equal deleted inserted replaced
39672:b7442cca6150 39673:6eb33bfd9de7
1157 } 1157 }
1158 1158
1159 init_eval (); 1159 init_eval ();
1160 init_data (); 1160 init_data ();
1161 #ifdef CLASH_DETECTION 1161 #ifdef CLASH_DETECTION
1162 init_filelock ();; 1162 init_filelock ();
1163 #endif 1163 #endif
1164 init_atimer (); 1164 init_atimer ();
1165 running_asynch_code = 0; 1165 running_asynch_code = 0;
1166 1166
1167 /* Handle --unibyte and the EMACS_UNIBYTE envvar, 1167 /* Handle --unibyte and the EMACS_UNIBYTE envvar,