/[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.142 by rms, Sun Nov 4 23:26:52 2001 UTC revision 1.143 by pj, Tue Nov 6 13:21:27 2001 UTC
# Line 590  current_column_1 () Line 590  current_column_1 ()
590                  goto endloop;                  goto endloop;
591                if (c == '\t')                if (c == '\t')
592                  {                  {
                   int prev_col = col;  
593                    col += tab_width;                    col += tab_width;
594                    col = col / tab_width * tab_width;                    col = col / tab_width * tab_width;
595                  }                  }

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

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