]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fyes_or_no_p): Fread_from_minibuffer now takes only seven args.
authorLuc Teirlinck <teirllm@auburn.edu>
Thu, 25 May 2006 23:15:57 +0000 (23:15 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Thu, 25 May 2006 23:15:57 +0000 (23:15 +0000)
src/fns.c

index f1602f0a7fb3630598465273e26d871f1f0e8e3f..b31beb22ff45f7f97223163c37937f1b658eccc9 100644 (file)
--- 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;