]> git.eshelyaron.com Git - emacs.git/commitdiff
(init_from_display_pos): Remove unwarranted assertion.
authorGerd Moellmann <gerd@gnu.org>
Tue, 27 Mar 2001 16:52:09 +0000 (16:52 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 27 Mar 2001 16:52:09 +0000 (16:52 +0000)
src/ChangeLog
src/xdisp.c

index dd955df30cfafbb0cb2af3e9002052081f1596bc..aab2d0a8d6db8a0a453811da328b9ee62c3c8192 100644 (file)
@@ -1,5 +1,7 @@
 2001-03-27  Gerd Moellmann  <gerd@gnu.org>
 
+       * 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.
index 5dc97d0775fb5f59654819e30ae25ba5b843e87c..bd6a07e05d0b2212ff8ab119041806fb1ee4d491 100644 (file)
@@ -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.  */