From: Luc Teirlinck Date: Sun, 21 Nov 2004 00:57:49 +0000 (+0000) Subject: (Fyes_or_no_p): Call Fread_from_minibuffer with extra argument. X-Git-Tag: ttn-vms-21-2-B4~3792 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8181f402eda0338aac54f09750690bb8e011e6fa;p=emacs.git (Fyes_or_no_p): Call Fread_from_minibuffer with extra argument. --- diff --git a/src/fns.c b/src/fns.c index d9f697a689b..c436649f73d 100644 --- a/src/fns.c +++ b/src/fns.c @@ -3304,7 +3304,7 @@ is nil, and `use-dialog-box' is non-nil. */) { ans = Fdowncase (Fread_from_minibuffer (prompt, Qnil, Qnil, Qnil, Qyes_or_no_p_history, Qnil, - Qnil)); + Qnil, Qnil)); if (SCHARS (ans) == 3 && !strcmp (SDATA (ans), "yes")) { UNGCPRO;