comparison src/indent.c @ 298:70ad99077275 r21-0b47

Import from CVS: tag r21-0b47
author cvs
date Mon, 13 Aug 2007 10:39:40 +0200
parents e11d67e05968
children 7c94d56991e1
comparison
equal deleted inserted replaced
297:deca3c1083ac 298:70ad99077275
183 183
184 if (cur_col) 184 if (cur_col)
185 { 185 {
186 last_known_column_buffer = buf; 186 last_known_column_buffer = buf;
187 last_known_column = col; 187 last_known_column = col;
188 last_known_column_point = BUF_PT (buf); 188 last_known_column_point = init_pos;
189 last_known_column_modified = BUF_MODIFF (buf); 189 last_known_column_modified = BUF_MODIFF (buf);
190 } 190 }
191 191
192 return col; 192 return col;
193 } 193 }