diff options
| author | Karl Heuer | 1996-05-17 21:13:14 +0000 |
|---|---|---|
| committer | Karl Heuer | 1996-05-17 21:13:14 +0000 |
| commit | d129c4c2cbad1b117368f06613b30d4e61380d1b (patch) | |
| tree | 655a70fb36997d987e69e0a3943ee8dbdec1cf6b /src | |
| parent | 4337739c5d78c0b3620ed8aa67f06ea93c8452e7 (diff) | |
| download | emacs-d129c4c2cbad1b117368f06613b30d4e61380d1b.tar.gz emacs-d129c4c2cbad1b117368f06613b30d4e61380d1b.zip | |
(display_menu_bar) [HAVE_NTGUI]: Enable the display of
menus in --no-window mode on NT.
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 |