aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/emacs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/emacs.c b/src/emacs.c
index ede00238fa0..cfc92bd9519 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -1118,7 +1118,6 @@ main (argc, argv, envp)
1118 } 1118 }
1119 1119
1120 init_eval (); 1120 init_eval ();
1121 init_coding ();
1122 init_data (); 1121 init_data ();
1123#ifdef CLASH_DETECTION 1122#ifdef CLASH_DETECTION
1124 init_filelock ();; 1123 init_filelock ();;