]> git.eshelyaron.com Git - emacs.git/commitdiff
(forward_to_next_line_start): Remove xassert.
authorGerd Moellmann <gerd@gnu.org>
Mon, 29 Jan 2001 16:31:00 +0000 (16:31 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 29 Jan 2001 16:31:00 +0000 (16:31 +0000)
src/ChangeLog
src/xdisp.c

index 54e6e6f0c188d0a616c128ff115acafd0746c6d4..05ca046ebce67174bb899aad951e184a4d486694 100644 (file)
@@ -1,6 +1,10 @@
+2001-01-29  Gerd Moellmann  <gerd@gnu.org>
+
+       * xdisp.c (forward_to_next_line_start): Remove xassert.
+
 2001-01-29  Jason Rumney  <jasonr@gnu.org>
 
-       w32term.c (x_draw_row_bitmaps): Delay obtaining HDC to avoid
+       w32term.c (x_draw_row_bitmaps): Delay obtaining HDC to avoid
        returning without releasing it.
 
 2001-01-29  Kenichi Handa  <handa@etl.go.jp>
index dffef44f487463b681e5818c477d7305c2255da9..149741d985703ea701d5b6234cf402a57f7ceed2 100644 (file)
@@ -3547,7 +3547,6 @@ forward_to_next_line_start (it, skipped_p)
     }
 
   it->selective = old_selective;
-  xassert (!newline_found_p || FETCH_BYTE (IT_BYTEPOS (*it) - 1) == '\n');
   return newline_found_p;
 }