aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/emacs.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/emacs.c b/src/emacs.c
index 6ddd37f24de..3480a4d40e5 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -896,9 +896,7 @@ Usage: %s [-t term] [--terminal term] [-nw] [--no-windows] [--batch]\n\
896 syms_of_xfaces (); 896 syms_of_xfaces ();
897#endif 897#endif
898 898
899#ifdef HAVE_MENUS
900 syms_of_xmenu (); 899 syms_of_xmenu ();
901#endif /* HAVE_MENUS */
902 900
903#ifdef HAVE_NTGUI 901#ifdef HAVE_NTGUI
904 syms_of_win32term (); 902 syms_of_win32term ();