aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman2005-09-15 13:12:48 +0000
committerRichard M. Stallman2005-09-15 13:12:48 +0000
commit8e7b36c294e420c0ede38e56cf24c65887bef815 (patch)
treedb840d7767f855f29fe48f1cafbcebb3b6923135 /src
parentcf107ffb4f8f81e912d2e81e264421d135527a64 (diff)
downloademacs-8e7b36c294e420c0ede38e56cf24c65887bef815.tar.gz
emacs-8e7b36c294e420c0ede38e56cf24c65887bef815.zip
(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 9ee09d76f7d..bcba251f8c7 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -1624,14 +1624,12 @@ main (argc, argv
1624#endif 1624#endif
1625#endif /* HAVE_X_WINDOWS */ 1625#endif /* HAVE_X_WINDOWS */
1626 1626
1627#ifdef HAVE_MENUS
1628#ifndef HAVE_NTGUI 1627#ifndef HAVE_NTGUI
1629#ifndef MAC_OS 1628#ifndef MAC_OS
1630 /* Called before init_window_once for Mac OS Classic. */ 1629 /* Called before init_window_once for Mac OS Classic. */
1631 syms_of_xmenu (); 1630 syms_of_xmenu ();
1632#endif 1631#endif
1633#endif 1632#endif
1634#endif
1635 1633
1636#ifdef HAVE_NTGUI 1634#ifdef HAVE_NTGUI
1637 syms_of_w32term (); 1635 syms_of_w32term ();