summaryrefslogtreecommitdiff
path: root/src/callint.c
diff options
context:
space:
mode:
authorLuc Teirlinck <teirllm@auburn.edu>2006-05-25 23:17:17 +0000
committerLuc Teirlinck <teirllm@auburn.edu>2006-05-25 23:17:17 +0000
commit5fe8e327281c9cff3937960d443c738d93ad9519 (patch)
tree979f94d6c7d2b6992a606ef65eede5bd224e232c /src/callint.c
parentb820783002776676414ee20633a8affe3e353036 (diff)
downloademacs-5fe8e327281c9cff3937960d443c738d93ad9519.tar.gz
(Fcall_interactively): Fread_from_minibuffer now takes only seven args.
Diffstat (limited to 'src/callint.c')
-rw-r--r--src/callint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/callint.c b/src/callint.c
index 4789fb5582d..ae10e64e1de 100644
--- a/src/callint.c
+++ b/src/callint.c
@@ -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