diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xmenu.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xmenu.c b/src/xmenu.c index 2fbf9e8bf68..22995d8c7e8 100644 --- a/src/xmenu.c +++ b/src/xmenu.c | |||
| @@ -2290,8 +2290,8 @@ x_menu_show (struct frame *f, int x, int y, int menuflags, | |||
| 2290 | XMenuActivateSetWaitFunction (x_menu_wait_for_event, FRAME_X_DISPLAY (f)); | 2290 | XMenuActivateSetWaitFunction (x_menu_wait_for_event, FRAME_X_DISPLAY (f)); |
| 2291 | #endif | 2291 | #endif |
| 2292 | 2292 | ||
| 2293 | record_unwind_protect_pointer (pop_down_menu, | 2293 | record_unwind_protect_ptr (pop_down_menu, |
| 2294 | &(struct pop_down_menu) {f, menu}); | 2294 | &(struct pop_down_menu) {f, menu}); |
| 2295 | 2295 | ||
| 2296 | /* Help display under X won't work because XMenuActivate contains | 2296 | /* Help display under X won't work because XMenuActivate contains |
| 2297 | a loop that doesn't give Emacs a chance to process it. */ | 2297 | a loop that doesn't give Emacs a chance to process it. */ |