From ad067ea663352739acd89c960613efaf07a980a9 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Tue, 9 Mar 1999 22:09:09 +0000 Subject: [PATCH] (main) [CLASH_DETECTION]: Call init_filelock. --- src/emacs.c | 3 +++ 1 file changed, 3 insertions(+) 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, -- 2.39.2