diff src/fns.c @ 58379:0f1b514dc439

(Fyes_or_no_p): Call Fread_from_minibuffer with extra argument.
author Luc Teirlinck <teirllm@auburn.edu>
date Sun, 21 Nov 2004 00:57:49 +0000
parents 491080266027
children 834b3aeb850f
line wrap: on
line diff
--- a/src/fns.c	Sun Nov 21 00:47:35 2004 +0000
+++ b/src/fns.c	Sun Nov 21 00:57:49 2004 +0000
@@ -3304,7 +3304,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;