diff options
author | Luc Teirlinck <teirllm@auburn.edu> | 2006-05-25 23:17:17 +0000 |
---|---|---|
committer | Luc Teirlinck <teirllm@auburn.edu> | 2006-05-25 23:17:17 +0000 |
commit | ae4c2a3be03eedf920c8a98e7b7860c1b0e0dafa (patch) | |
tree | 53a6a02c29824c2b4f3d368cbcc07e069b441b2a /src/callint.c | |
parent | ba13929931fbe5e179bf3ef552dda750300732d7 (diff) | |
download | emacs-ae4c2a3be03eedf920c8a98e7b7860c1b0e0dafa.tar.gz |
(Fcall_interactively): Fread_from_minibuffer now takes only seven args.
Diffstat (limited to 'src/callint.c')
-rw-r--r-- | src/callint.c | 2 |
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 |