aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1996-01-27 17:31:33 +0000
committerRichard M. Stallman1996-01-27 17:31:33 +0000
commitb312cc52b3c8ae407555836cf2da2863ba372d33 (patch)
tree160a11ae4697b9cbdd0e744d1d6a2b93876d3989 /src
parent2a8b0ff0a3a8b290bc2f1d0587ec868ace13372f (diff)
downloademacs-b312cc52b3c8ae407555836cf2da2863ba372d33.tar.gz
emacs-b312cc52b3c8ae407555836cf2da2863ba372d33.zip
(Fy_or_n_p): Call choose_minibuf_frame.
Diffstat (limited to 'src')
-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);