Mercurial > emacs
changeset 37024:ef2237e681b5
(init_from_display_pos): Remove unwarranted assertion.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 27 Mar 2001 16:51:40 +0000 |
parents | 6c6a28eb5f35 |
children | 484cee0f302a |
files | src/xdisp.c |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xdisp.c Tue Mar 27 14:41:03 2001 +0000 +++ b/src/xdisp.c Tue Mar 27 16:51:40 2001 +0000 @@ -1810,7 +1810,6 @@ but the call to init_iterator below will move us to the after-string. */ init_iterator (it, w, charpos, bytepos, NULL, DEFAULT_FACE_ID); - xassert (IT_CHARPOS (*it) == CHARPOS (pos->pos)); /* If position is within an overlay string, set up IT to the right overlay string. */