+2002-04-17 Juanma Barranquero <lektu@terra.es>
+
+ * indent.c (Fmove_to_column): Remove unused local variable
+ `end_byte'.
+
2002-04-17 Eli Zaretskii <eliz@is.elta.co.il>
* window.c (coordinates_in_window): Don't report on margin area
int c = 0;
int next_boundary;
- int pos_byte, end_byte, next_boundary_byte;
+ int pos_byte, next_boundary_byte;
if (tab_width <= 0 || tab_width > 1000) tab_width = 8;
CHECK_NATNUM (column);
pos = PT;
pos_byte = PT_BYTE;
end = ZV;
- end_byte = ZV_BYTE;
next_boundary = pos;
next_boundary_byte = PT_BYTE;