Mercurial > emacs
changeset 19542:6d3cc8864678
(Fyes_or_no_p): Call Fread_from_minibuffer
with INHERIT-INPUT-METHOD nil.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Tue, 26 Aug 1997 11:42:33 +0000 |
parents | e7876a076881 |
children | e4cc94034827 |
files | src/fns.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/fns.c Tue Aug 26 11:42:33 1997 +0000 +++ b/src/fns.c Tue Aug 26 11:42:33 1997 +0000 @@ -1877,7 +1877,8 @@ while (1) { ans = Fdowncase (Fread_from_minibuffer (prompt, Qnil, Qnil, Qnil, - Qyes_or_no_p_history, Qnil)); + Qyes_or_no_p_history, Qnil, + Qnil)); if (XSTRING (ans)->size == 3 && !strcmp (XSTRING (ans)->data, "yes")) { UNGCPRO;