Mercurial > emacs
changeset 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 | 445de172c217 |
children | 1322c4daeda2 |
files | src/indent.c |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/indent.c Tue Feb 08 05:06:07 1994 +0000 +++ b/src/indent.c Tue Feb 08 06:19:09 1994 +0000 @@ -522,10 +522,10 @@ /* A visible line. */ vpos++; hpos = 0; - hpos -= hscroll; - if (hscroll > 0) hpos++; /* Count the ! on column 0 */ - tab_offset = 0; - } + hpos -= hscroll; + if (hscroll > 0) hpos++; /* Count the ! on column 0 */ + tab_offset = 0; + } } else if (c == CR && selective < 0) {