diff options
| -rw-r--r-- | src/fns.c | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -1585,6 +1585,7 @@ Also accepts Space to mean yes, or Delete to mean no.") | |||
| 1585 | } | 1585 | } |
| 1586 | #endif /* HAVE_MENUS */ | 1586 | #endif /* HAVE_MENUS */ |
| 1587 | cursor_in_echo_area = 1; | 1587 | cursor_in_echo_area = 1; |
| 1588 | choose_minibuf_frame (); | ||
| 1588 | message_nolog ("%s(y or n) ", XSTRING (xprompt)->data); | 1589 | message_nolog ("%s(y or n) ", XSTRING (xprompt)->data); |
| 1589 | 1590 | ||
| 1590 | obj = read_filtered_event (1, 0, 0); | 1591 | obj = read_filtered_event (1, 0, 0); |