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

index 4789fb5582d68d938813d473494fc3fb439962ce..ae10e64e1de5f11b5e1a3e2c7ff15e61cf07c9bf 100644 (file)
@@ -730,7 +730,7 @@ If KEYS is omitted or nil, the return value of `this-command-keys' is used.  */)
 
                tem = Fread_from_minibuffer (build_string (callint_message),
                                             Qnil, Qnil, Qnil, Qnil, Qnil,
-                                            Qnil, Qnil);
+                                            Qnil);
                if (! STRINGP (tem) || SCHARS (tem) == 0)
                  args[i] = Qnil;
                else