From: Richard M. Stallman Date: Thu, 7 Aug 1997 18:42:56 +0000 (+0000) Subject: (main): Remove call to init_filelock. X-Git-Tag: emacs-20.1~732 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=783dfc1423b29f0f379279036b03da4d8fe6217e;p=emacs.git (main): Remove call to init_filelock. --- 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 */