From: Richard M. Stallman Date: Thu, 15 Sep 2005 13:12:48 +0000 (+0000) Subject: (main): Don't conditionalize syms_of_xmenu on HAVE_XMENU. X-Git-Tag: emacs-pretest-22.0.90~7083 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8e7b36c294e420c0ede38e56cf24c65887bef815;p=emacs.git (main): Don't conditionalize syms_of_xmenu on HAVE_XMENU. --- 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 #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 ();