X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Findent.c;h=e1e4039ff559b29542263bbc233a86743e16e203;hb=c63945cbc8551fe0313a46fe02f12233d4f2b92c;hp=f72f02072d3cbc1573a8d89dfd89e917161b96f5;hpb=e0dca7e74f4180d646721d8545e1de6f8a2f97df;p=chise%2Fxemacs-chise.git- diff --git a/src/indent.c b/src/indent.c index f72f020..e1e4039 100644 --- a/src/indent.c +++ b/src/indent.c @@ -195,7 +195,7 @@ column_at_point (struct buffer *buf, Bufpos init_pos, int cur_col) } int -string_column_at_point (struct Lisp_String* s, Bufpos init_pos, int tab_width) +string_column_at_point (Lisp_String* s, Bufpos init_pos, int tab_width) { int col; int tab_seen;