# HG changeset patch # User Richard M. Stallman # Date 794463469 0 # Node ID 283f1802192902e75a2f104a6e73da2c438be00f # Parent 3aea65d9eb68d0d82acec500ffe885483ebcae0f (Fcall_interactively): Fix Feb 22 change. diff -r 3aea65d9eb68 -r 283f18021929 src/callint.c --- a/src/callint.c Mon Mar 06 04:15:23 1995 +0000 +++ b/src/callint.c Mon Mar 06 04:17:49 1995 +0000 @@ -610,7 +610,7 @@ /* 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]));