emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/xdisp.c


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/xdisp.c
Date: Mon, 22 Jul 2002 22:58:08 -0400

Index: emacs/src/xdisp.c
diff -c emacs/src/xdisp.c:1.770 emacs/src/xdisp.c:1.771
*** emacs/src/xdisp.c:1.770     Sun Jul 21 16:31:46 2002
--- emacs/src/xdisp.c   Mon Jul 22 12:12:31 2002
***************
*** 13229,13237 ****
                {
                  /* Glyph is completely off the left margin of the
                     window.  This should not happen because of the
!                    move_it_in_display_line at the start of
!                    this function.  */
!                 abort ();
                }
            }
  
--- 13229,13238 ----
                {
                  /* Glyph is completely off the left margin of the
                     window.  This should not happen because of the
!                    move_it_in_display_line at the start of this
!                    function, unless the text display area of the
!                    window is empty.  */
!                 xassert (it->first_visible_x <= it->last_visible_x);
                }
            }
  



reply via email to

[Prev in Thread] Current Thread [Next in Thread]