(Fvertical_motion): Fix last change.

This commit is contained in:
Pavel Janík 2002-04-25 12:15:14 +00:00
parent 3a46a5dec0
commit 6f4426332d
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2002-04-25 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
* indent.c (Fvertical_motion): Fix last change.
2002-04-25 Gerd Moellmann <gerd@gnu.org>
* indent.c (Fvertical_motion): Move to the start of the line

View file

@ -2026,7 +2026,7 @@ whether or not it is currently displayed in some window. */)
end position is really at some X > 0, the same X that PT had. */
move_it_by_lines (&it, 0, 0);
if (XINT (lines) !+ 0)
if (XINT (lines) != 0)
move_it_by_lines (&it, XINT (lines), 0);
SET_PT_BOTH (IT_CHARPOS (it), IT_BYTEPOS (it));