From: Karl Heuer Date: Fri, 17 May 1996 21:13:14 +0000 (+0000) Subject: (display_menu_bar) [HAVE_NTGUI]: Enable the display of X-Git-Tag: emacs-19.34~617 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d129c4c2cbad1b117368f06613b30d4e61380d1b;p=emacs.git (display_menu_bar) [HAVE_NTGUI]: Enable the display of menus in --no-window mode on NT. --- diff --git a/src/xdisp.c b/src/xdisp.c index e2d75f6ee2b..ed7de057d98 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -3251,7 +3251,8 @@ display_menu_bar (w) int i; #ifdef HAVE_NTGUI - return; + if (!NILP (Vwindow_system)) + return; #endif #ifdef USE_X_TOOLKIT