# HG changeset patch # User Gerd Moellmann # Date 976102157 0 # Node ID fb271e34071c7d4978d7f58f12f8e25545ff1d00 # Parent c768443cc8ce1a035a80d4c0c700e686523a244d (move_it_by_lines): Fix paren typo. diff -r c768443cc8ce -r fb271e34071c src/xdisp.c --- a/src/xdisp.c Wed Dec 06 10:47:03 2000 +0000 +++ b/src/xdisp.c Wed Dec 06 11:29:17 2000 +0000 @@ -5075,7 +5075,7 @@ { int shortage = 0, charpos; - if (FETCH_BYTE (IT_BYTEPOS (*it) == '\n')) + if (FETCH_BYTE (IT_BYTEPOS (*it)) == '\n') charpos = IT_CHARPOS (*it) + 1; else charpos = scan_buffer ('\n', IT_CHARPOS (*it), 0, dvpos,