1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-01 20:06:00 +00:00

(Fyes_or_no_p): Fread_from_minibuffer now takes only seven args.

This commit is contained in:
Luc Teirlinck 2006-05-25 23:15:57 +00:00
parent 92aa92fa38
commit ba13929931

View File

@ -3429,7 +3429,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;