comparison src/callint.c @ 10917:283f18021929

(Fcall_interactively): Fix Feb 22 change.
author Richard M. Stallman <rms@gnu.org>
date Mon, 06 Mar 1995 04:17:49 +0000
parents 529e05d69221
children 40a1812dcbad
comparison
equal deleted inserted replaced
10916:3aea65d9eb68 10917:283f18021929
608 Vcommand_history); 608 Vcommand_history);
609 } 609 }
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
617 #ifdef MULTI_PERDISPLAY 617 #ifdef MULTI_PERDISPLAY
618 display_locked = 1; 618 display_locked = 1;