From: Richard M. Stallman Date: Sat, 27 Jan 1996 17:31:33 +0000 (+0000) Subject: (Fy_or_n_p): Call choose_minibuf_frame. X-Git-Tag: emacs-19.34~1468 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b312cc52b3c8ae407555836cf2da2863ba372d33;p=emacs.git (Fy_or_n_p): Call choose_minibuf_frame. --- 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.") } #endif /* HAVE_MENUS */ cursor_in_echo_area = 1; + choose_minibuf_frame (); message_nolog ("%s(y or n) ", XSTRING (xprompt)->data); obj = read_filtered_event (1, 0, 0);