aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/fns.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fns.c b/src/fns.c
index 62050ef59ab..fde5494486d 100644
--- a/src/fns.c
+++ b/src/fns.c
@@ -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);