diff options
| author | Fred Pierresteguy | 1994-04-01 13:43:24 +0000 |
|---|---|---|
| committer | Fred Pierresteguy | 1994-04-01 13:43:24 +0000 |
| commit | 01a054bcfa98363577e3f128d8ca4fd68295d4b9 (patch) | |
| tree | 7fdb7d0993100b757cb23b32a53583f5623da24c /src | |
| parent | b3ccf2a206a2297cab3aabb02737691a22baa337 (diff) | |
| download | emacs-01a054bcfa98363577e3f128d8ca4fd68295d4b9.tar.gz emacs-01a054bcfa98363577e3f128d8ca4fd68295d4b9.zip | |
(update_menu_bar): Pass 0 to set_frame_menubar.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdisp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index b288c8a6f10..65340f57d0e 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -988,7 +988,7 @@ update_menu_bar (window) | |||
| 988 | FRAME_MENU_BAR_ITEMS (f) = menu_bar_items (FRAME_MENU_BAR_ITEMS (f)); | 988 | FRAME_MENU_BAR_ITEMS (f) = menu_bar_items (FRAME_MENU_BAR_ITEMS (f)); |
| 989 | current_buffer = prev; | 989 | current_buffer = prev; |
| 990 | #ifdef USE_X_TOOLKIT | 990 | #ifdef USE_X_TOOLKIT |
| 991 | set_frame_menubar (f); | 991 | set_frame_menubar (f, 0); |
| 992 | #endif /* USE_X_TOOLKIT */ | 992 | #endif /* USE_X_TOOLKIT */ |
| 993 | } | 993 | } |
| 994 | } | 994 | } |