From 8e7b36c294e420c0ede38e56cf24c65887bef815 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 15 Sep 2005 13:12:48 +0000 Subject: [PATCH] (main): Don't conditionalize syms_of_xmenu on HAVE_XMENU. --- src/emacs.c | 2 -- 1 file changed, 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 #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 (); -- 2.39.2