From: Gerd Moellmann Date: Tue, 27 Mar 2001 16:52:09 +0000 (+0000) Subject: (init_from_display_pos): Remove unwarranted assertion. X-Git-Tag: emacs-pretest-21.0.101~143 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0245398f1d9dc305f9414193a2fdb84cfb3601b6;p=emacs.git (init_from_display_pos): Remove unwarranted assertion. --- diff --git a/src/ChangeLog b/src/ChangeLog index dd955df30cf..aab2d0a8d6d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2001-03-27 Gerd Moellmann + * xdisp.c (init_from_display_pos): Remove unwarranted assertion. + * xmenu.c (free_frame_menubar) [USE_MOTIF]: If the shell widget's x/y position is (0, 0) after destroying the menu bar, restore its original position. diff --git a/src/xdisp.c b/src/xdisp.c index 5dc97d0775f..bd6a07e05d0 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -1810,7 +1810,6 @@ init_from_display_pos (it, w, pos) 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. */