From: Karl Heuer Date: Tue, 9 Mar 1999 22:09:09 +0000 (+0000) Subject: (main) [CLASH_DETECTION]: Call init_filelock. X-Git-Tag: emacs-20.4~485 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ad067ea663352739acd89c960613efaf07a980a9;p=emacs.git (main) [CLASH_DETECTION]: Call init_filelock. --- diff --git a/src/emacs.c b/src/emacs.c index 667b1db267b..859e1dd9fd3 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -965,6 +965,9 @@ the Bugs section of the Emacs manual or the file BUGS.\n", argv[0]); init_eval (); init_coding (); init_data (); +#ifdef CLASH_DETECTION + init_filelock ();; +#endif running_asynch_code = 0; /* Handle --unibyte and the EMACS_UNIBYTE envvar,