summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/emacs.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/emacs.c b/src/emacs.c
index 21c57f045df..68127df0c06 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -1552,6 +1552,10 @@ main (int argc, char **argv)
syms_of_fontset ();
#endif /* HAVE_NTGUI */
+#ifdef MSDOS
+ syms_of_xmenu ();
+#endif /* MSDOS */
+
#ifdef HAVE_NS
syms_of_nsterm ();
syms_of_nsfns ();