diff src/callint.c @ 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 3bd95f4f2941
children 68b2027cba70 46b1096093f5 a8190f7e546e
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