comparison src/indent.c @ 440:8de8e3f6228a r21-2-28

Import from CVS: tag r21-2-28
author cvs
date Mon, 13 Aug 2007 11:33:38 +0200
parents 3ecd8885ac67
children 576fb035e263
comparison
equal deleted inserted replaced
439:357dd071b03c 440:8de8e3f6228a
193 193
194 return col; 194 return col;
195 } 195 }
196 196
197 int 197 int
198 string_column_at_point (struct Lisp_String* s, Bufpos init_pos, int tab_width) 198 string_column_at_point (Lisp_String* s, Bufpos init_pos, int tab_width)
199 { 199 {
200 int col; 200 int col;
201 int tab_seen; 201 int tab_seen;
202 int post_tab; 202 int post_tab;
203 Bufpos pos = init_pos; 203 Bufpos pos = init_pos;