From ba13929931fbe5e179bf3ef552dda750300732d7 Mon Sep 17 00:00:00 2001 From: Luc Teirlinck Date: Thu, 25 May 2006 23:15:57 +0000 Subject: [PATCH] (Fyes_or_no_p): Fread_from_minibuffer now takes only seven args. --- src/fns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fns.c b/src/fns.c index f1602f0a7fb..b31beb22ff4 100644 --- a/src/fns.c +++ b/src/fns.c @@ -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; -- 2.39.2