# HG changeset patch # User Richard M. Stallman # Date 825892461 0 # Node ID 0e3add8490d04b0ec2a7975f2b0390a260fdf68c # Parent c3c9db761b661ace2df18b3cbf7ad5fd44d0d70a (main): Always call syms_of_xmenu. diff -r c3c9db761b66 -r 0e3add8490d0 src/emacs.c --- a/src/emacs.c Sun Mar 03 19:42:09 1996 +0000 +++ b/src/emacs.c Sun Mar 03 22:34:21 1996 +0000 @@ -896,9 +896,7 @@ syms_of_xfaces (); #endif -#ifdef HAVE_MENUS syms_of_xmenu (); -#endif /* HAVE_MENUS */ #ifdef HAVE_NTGUI syms_of_win32term ();