]> code.delx.au - gnu-emacs/commitdiff
(main): Always call syms_of_xmenu.
authorRichard M. Stallman <rms@gnu.org>
Sun, 3 Mar 1996 22:34:21 +0000 (22:34 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 3 Mar 1996 22:34:21 +0000 (22:34 +0000)
src/emacs.c

index 6ddd37f24de8bed046dbf40186286e121a3f539e..3480a4d40e591b8def6e631abb5f8cb07a169c61 100644 (file)
@@ -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 ();