]> code.delx.au - gnu-emacs/blobdiff - src/callint.c
(Command Loop Info, Adjusting Point): Remove @tindex.
[gnu-emacs] / 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