aboutsummaryrefslogtreecommitdiffstats
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 8396f5d4e45..b9e748b364c 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -1432,6 +1432,9 @@ Using an Emacs configured with --with-x-toolkit=lucid does not have this problem
1432 syms_of_terminal (); 1432 syms_of_terminal ();
1433 syms_of_term (); 1433 syms_of_term ();
1434 syms_of_undo (); 1434 syms_of_undo ();
1435
1436 syms_of_module ();
1437
1435#ifdef HAVE_SOUND 1438#ifdef HAVE_SOUND
1436 syms_of_sound (); 1439 syms_of_sound ();
1437#endif 1440#endif