diff options
Diffstat (limited to 'src/msdos.c')
| -rw-r--r-- | src/msdos.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/msdos.c b/src/msdos.c index 527a75c8c2f..ac8c90455d7 100644 --- a/src/msdos.c +++ b/src/msdos.c | |||
| @@ -3281,10 +3281,10 @@ XMenuActivate (Display *foo, XMenu *menu, int *pane, int *selidx, | |||
| 3281 | erasing it works correctly... */ | 3281 | erasing it works correctly... */ |
| 3282 | if (! NILP (saved_echo_area_message)) | 3282 | if (! NILP (saved_echo_area_message)) |
| 3283 | message_with_string ("%s", saved_echo_area_message, 0); | 3283 | message_with_string ("%s", saved_echo_area_message, 0); |
| 3284 | message (0); | 3284 | message1 (0); |
| 3285 | while (statecount--) | 3285 | while (statecount--) |
| 3286 | xfree (state[statecount].screen_behind); | 3286 | xfree (state[statecount].screen_behind); |
| 3287 | IT_display_cursor (1); /* turn cursor back on */ | 3287 | IT_display_cursor (1); /* Turn cursor back on. */ |
| 3288 | /* Clean up any mouse events that are waiting inside Emacs event queue. | 3288 | /* Clean up any mouse events that are waiting inside Emacs event queue. |
| 3289 | These events are likely to be generated before the menu was even | 3289 | These events are likely to be generated before the menu was even |
| 3290 | displayed, probably because the user pressed and released the button | 3290 | displayed, probably because the user pressed and released the button |