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:
parent
ba13929931
commit
ae4c2a3be0
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue