diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdisp.c | 3 |
1 files changed, 2 insertions, 1 deletions
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) | |||
| 3251 | int i; | 3251 | int i; |
| 3252 | 3252 | ||
| 3253 | #ifdef HAVE_NTGUI | 3253 | #ifdef HAVE_NTGUI |
| 3254 | return; | 3254 | if (!NILP (Vwindow_system)) |
| 3255 | return; | ||
| 3255 | #endif | 3256 | #endif |
| 3256 | 3257 | ||
| 3257 | #ifdef USE_X_TOOLKIT | 3258 | #ifdef USE_X_TOOLKIT |