changeset 70939:10be917a42fa

(Fyes_or_no_p): Fread_from_minibuffer now takes only seven args.
author Luc Teirlinck <teirllm@auburn.edu>
date Thu, 25 May 2006 23:15:57 +0000
parents eb752cf09c8b
children 0143e273eaa8
files src/fns.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/fns.c	Thu May 25 23:00:43 2006 +0000
+++ b/src/fns.c	Thu May 25 23:15:57 2006 +0000
@@ -3429,7 +3429,7 @@
     {
       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;