summaryrefslogtreecommitdiff
path: root/src/emacs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emacs.c')
-rw-r--r--src/emacs.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/emacs.c b/src/emacs.c
index c530eca103f..90a86b26723 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -442,6 +442,9 @@ main (argc, argv, envp)
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 */