changeset 70940:0143e273eaa8

(Fcall_interactively): Fread_from_minibuffer now takes only seven args.
author Luc Teirlinck <teirllm@auburn.edu>
date Thu, 25 May 2006 23:17:17 +0000
parents 10be917a42fa
children 57dcdf464411
files src/callint.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/callint.c	Thu May 25 23:15:57 2006 +0000
+++ b/src/callint.c	Thu May 25 23:17:17 2006 +0000
@@ -730,7 +730,7 @@
 
 		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