From 4eefd9d2100d0a4e4a806851ffe89483026dfe66 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Mon, 29 Jan 2001 16:31:00 +0000 Subject: [PATCH] (forward_to_next_line_start): Remove xassert. --- src/ChangeLog | 6 +++++- src/xdisp.c | 1 - 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 54e6e6f0c18..05ca046ebce 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,6 +1,10 @@ +2001-01-29 Gerd Moellmann + + * xdisp.c (forward_to_next_line_start): Remove xassert. + 2001-01-29 Jason Rumney - 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 diff --git a/src/xdisp.c b/src/xdisp.c index dffef44f487..149741d9857 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -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; } -- 2.39.2