1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-06 20:00:46 -08:00

(Fcall_interactively): Fread_from_minibuffer now takes only seven args.

This commit is contained in:
Luc Teirlinck 2006-05-25 23:17:17 +00:00
parent ba13929931
commit ae4c2a3be0

View 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