From 647f2a686786fe24e7ec1f537599d9e879c9b0e5 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 3 Mar 1996 22:34:21 +0000 Subject: [PATCH] (main): Always call syms_of_xmenu. --- src/emacs.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/emacs.c b/src/emacs.c index 6ddd37f24de..3480a4d40e5 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -896,9 +896,7 @@ Usage: %s [-t term] [--terminal term] [-nw] [--no-windows] [--batch]\n\ syms_of_xfaces (); #endif -#ifdef HAVE_MENUS syms_of_xmenu (); -#endif /* HAVE_MENUS */ #ifdef HAVE_NTGUI syms_of_win32term (); -- 2.39.5