(Fcall_interactively): Fix Feb 22 change.

This commit is contained in:
Richard M. Stallman 1995-03-06 04:17:49 +00:00
parent 7c2087eea5
commit f4c8ded2b0

View file

@ -610,7 +610,7 @@ Otherwise, this is done only if an arg is read using the minibuffer.")
/* If we used a marker to hold point, mark, or an end of the region,
temporarily, convert it to an integer now. */
for (i = 0; i++; i < count)
for (i = 1; i <= count; i++)
if (varies[i] >= 1 && varies[i] <= 4)
XSETINT (args[i], marker_position (args[i]));