comparison src/emacs.c @ 24464:930074eb767f

(main) [CLASH_DETECTION]: Call init_filelock.
author Karl Heuer <kwzh@gnu.org>
date Tue, 09 Mar 1999 22:09:09 +0000
parents 882205f5e5b9
children b57b0a4e4230
comparison
equal deleted inserted replaced
24463:9ef31386cb47 24464:930074eb767f
963 963
964 init_alloc (); 964 init_alloc ();
965 init_eval (); 965 init_eval ();
966 init_coding (); 966 init_coding ();
967 init_data (); 967 init_data ();
968 #ifdef CLASH_DETECTION
969 init_filelock ();;
970 #endif
968 running_asynch_code = 0; 971 running_asynch_code = 0;
969 972
970 /* Handle --unibyte and the EMACS_UNIBYTE envvar, 973 /* Handle --unibyte and the EMACS_UNIBYTE envvar,
971 but not while dumping. */ 974 but not while dumping. */
972 if ( 975 if (