Mercurial > emacs
changeset 65540:1723cdcfeac6
(main): Don't conditionalize syms_of_xmenu on HAVE_XMENU.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 15 Sep 2005 13:12:48 +0000 |
parents | e5d7d52e31dc |
children | 418933eb8310 |
files | src/emacs.c |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/emacs.c Thu Sep 15 13:11:24 2005 +0000 +++ b/src/emacs.c Thu Sep 15 13:12:48 2005 +0000 @@ -1624,14 +1624,12 @@ #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 ();