(Fcall_interactively): Fix Feb 22 change.
This commit is contained in:
parent
7c2087eea5
commit
f4c8ded2b0
1 changed files with 1 additions and 1 deletions
|
@ -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]));
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue