/[emacs]/emacs/src/indent.c
ViewVC logotype

Diff of /emacs/src/indent.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.143 by pj, Tue Nov 6 13:21:27 2001 UTC revision 1.144 by pj, Fri Nov 9 06:21:35 2001 UTC
# Line 608  current_column_1 () Line 608  current_column_1 ()
608              goto endloop;              goto endloop;
609            if (c == '\t')            if (c == '\t')
610              {              {
               int prev_col = col;  
611                col += tab_width;                col += tab_width;
612                col = col / tab_width * tab_width;                col = col / tab_width * tab_width;
613              }              }

Legend:
Removed from v.1.143  
changed lines
  Added in v.1.144

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26