aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/emacs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emacs.c b/src/emacs.c
index c395facaa8b..f44b7cf3f24 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -937,6 +937,7 @@ the Bugs section of the Emacs manual or the file BUGS.", argv[0]);
937 syms_of_filelock (); 937 syms_of_filelock ();
938#endif /* CLASH_DETECTION */ 938#endif /* CLASH_DETECTION */
939 syms_of_indent (); 939 syms_of_indent ();
940 syms_of_insdel ();
940 syms_of_keyboard (); 941 syms_of_keyboard ();
941 syms_of_keymap (); 942 syms_of_keymap ();
942 syms_of_macros (); 943 syms_of_macros ();