From: Richard M. Stallman Date: Sun, 3 Mar 1996 22:34:21 +0000 (+0000) Subject: (main): Always call syms_of_xmenu. X-Git-Tag: emacs-19.34~1120 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=647f2a686786fe24e7ec1f537599d9e879c9b0e5;p=emacs.git (main): Always call syms_of_xmenu. --- 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 ();