aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2005-09-15 13:12:48 +0000
committerRichard M. Stallman <[email protected]>2005-09-15 13:12:48 +0000
commit8e7b36c294e420c0ede38e56cf24c65887bef815 (patch)
treedb840d7767f855f29fe48f1cafbcebb3b6923135 /src
parentcf107ffb4f8f81e912d2e81e264421d135527a64 (diff)
(main): Don't conditionalize syms_of_xmenu on HAVE_XMENU.
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 9ee09d76f7..bcba251f8c 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -1624,14 +1624,12 @@ main (argc, argv
#endif
#endif /* HAVE_X_WINDOWS */
-#ifdef HAVE_MENUS
#ifndef HAVE_NTGUI
#ifndef MAC_OS
/* Called before init_window_once for Mac OS Classic. */
syms_of_xmenu ();
#endif
#endif
-#endif
#ifdef HAVE_NTGUI
syms_of_w32term ();