aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/emacs.c3
1 files changed, 3 insertions, 0 deletions
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]);
965 init_eval (); 965 init_eval ();
966 init_coding (); 966 init_coding ();
967 init_data (); 967 init_data ();
968#ifdef CLASH_DETECTION
969 init_filelock ();;
970#endif
968 running_asynch_code = 0; 971 running_asynch_code = 0;
969 972
970 /* Handle --unibyte and the EMACS_UNIBYTE envvar, 973 /* Handle --unibyte and the EMACS_UNIBYTE envvar,