]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fyes_or_no_p): Call Fread_from_minibuffer with extra argument.
authorLuc Teirlinck <teirllm@auburn.edu>
Sun, 21 Nov 2004 00:57:49 +0000 (00:57 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Sun, 21 Nov 2004 00:57:49 +0000 (00:57 +0000)
src/fns.c

index d9f697a689b6278ddef0f6f351d9e930c8b4c472..c436649f73ddde3856b16c54c57feedabcaa32b2 100644 (file)
--- 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;