]> git.eshelyaron.com Git - emacs.git/commitdiff
(main): Don't conditionalize syms_of_xmenu on HAVE_XMENU.
authorRichard M. Stallman <rms@gnu.org>
Thu, 15 Sep 2005 13:12:48 +0000 (13:12 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 15 Sep 2005 13:12:48 +0000 (13:12 +0000)
src/emacs.c

index 9ee09d76f7d0274536b0491637a2410964e1b548..bcba251f8c7c8d23bab4a87f7950efac6ba00757 100644 (file)
@@ -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 ();