1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-09 05:01:02 -08:00

(forward_to_next_line_start): Remove xassert.

This commit is contained in:
Gerd Moellmann 2001-01-29 16:31:00 +00:00
parent e2a8028437
commit 4eefd9d210
2 changed files with 5 additions and 2 deletions

View 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>

View 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;
}