]> code.delx.au - gnu-emacs/commitdiff
(move_it_by_lines): Fix paren typo.
authorGerd Moellmann <gerd@gnu.org>
Wed, 6 Dec 2000 11:29:37 +0000 (11:29 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 6 Dec 2000 11:29:37 +0000 (11:29 +0000)
src/ChangeLog
src/xdisp.c

index 38b12414b86d60f6c918db4b36aefd776cdeafc4..1d6b3cec057c9af84f47bc1b7baf036a6b41e803 100644 (file)
@@ -1,5 +1,7 @@
 2000-12-06  Gerd Moellmann  <gerd@gnu.org>
 
+       * xdisp.c (move_it_by_lines): Fix paren typo.
+
        * xterm.c (x_load_font): Don't use the font's max_bounds for
        computing the height of the font.  If max_bounds' ascent or
        descent are greater than the font's ascent or descent, this means
index 41b234dbf9e2aad45d42bd589ba942d9bb7d01ae..0e761ada607ced669a69da27b3e99e5557ebd43a 100644 (file)
@@ -5075,7 +5075,7 @@ move_it_by_lines (it, dvpos, need_y_p)
        {
          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,