# HG changeset patch # User Gerd Moellmann # Date 985711900 0 # Node ID ef2237e681b538ddb4704db26569e2173c07f5bd # Parent 6c6a28eb5f351f20099eb6ef80700173ddcb70f6 (init_from_display_pos): Remove unwarranted assertion. diff -r 6c6a28eb5f35 -r ef2237e681b5 src/xdisp.c --- 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. */