changeset 34252:fb271e34071c

(move_it_by_lines): Fix paren typo.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 06 Dec 2000 11:29:17 +0000
parents c768443cc8ce
children 9bc14875e6fd
files src/xdisp.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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,