aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/callint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/callint.c b/src/callint.c
index be3517efcd4..0bc1c996366 100644
--- a/src/callint.c
+++ b/src/callint.c
@@ -610,7 +610,7 @@ Otherwise, this is done only if an arg is read using the minibuffer.")
610 610
611 /* If we used a marker to hold point, mark, or an end of the region, 611 /* If we used a marker to hold point, mark, or an end of the region,
612 temporarily, convert it to an integer now. */ 612 temporarily, convert it to an integer now. */
613 for (i = 0; i++; i < count) 613 for (i = 1; i <= count; i++)
614 if (varies[i] >= 1 && varies[i] <= 4) 614 if (varies[i] >= 1 && varies[i] <= 4)
615 XSETINT (args[i], marker_position (args[i])); 615 XSETINT (args[i], marker_position (args[i]));
616 616