Mercurial > emacs
comparison src/indent.c @ 5845:d35b4a1a044c
(compute_motion): Source code was improperly indented.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Tue, 08 Feb 1994 06:19:09 +0000 |
parents | 9672138155c1 |
children | c4cceb65fc5a |
comparison
equal
deleted
inserted
replaced
5844:445de172c217 | 5845:d35b4a1a044c |
---|---|
520 else | 520 else |
521 { | 521 { |
522 /* A visible line. */ | 522 /* A visible line. */ |
523 vpos++; | 523 vpos++; |
524 hpos = 0; | 524 hpos = 0; |
525 hpos -= hscroll; | 525 hpos -= hscroll; |
526 if (hscroll > 0) hpos++; /* Count the ! on column 0 */ | 526 if (hscroll > 0) hpos++; /* Count the ! on column 0 */ |
527 tab_offset = 0; | 527 tab_offset = 0; |
528 } | 528 } |
529 } | 529 } |
530 else if (c == CR && selective < 0) | 530 else if (c == CR && selective < 0) |
531 { | 531 { |
532 /* In selective display mode, | 532 /* In selective display mode, |
533 everything from a ^M to the end of the line is invisible */ | 533 everything from a ^M to the end of the line is invisible */ |