From 783dfc1423b29f0f379279036b03da4d8fe6217e Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 7 Aug 1997 18:42:56 +0000 Subject: [PATCH] (main): Remove call to init_filelock. --- src/emacs.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/emacs.c b/src/emacs.c index 59e25a82ad4..7e6ac1413fc 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -955,9 +955,6 @@ the Bugs section of the Emacs manual or the file BUGS.\n", argv[0]); init_vmsfns (); #endif /* VMS */ init_process (); -#ifdef CLASH_DETECTION - init_filelock (); -#endif /* CLASH_DETECTION */ /* Intern the names of all standard functions and variables; define standard keys */ -- 2.39.2