/[emacs]/emacs/src/xdisp.c
ViewVC logotype

Diff of /emacs/src/xdisp.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.770 by rms, Sun Jul 21 20:31:46 2002 UTC revision 1.771 by rms, Mon Jul 22 16:12:31 2002 UTC
# Line 13229  display_line (it) Line 13229  display_line (it)
13229                  {                  {
13230                    /* Glyph is completely off the left margin of the                    /* Glyph is completely off the left margin of the
13231                       window.  This should not happen because of the                       window.  This should not happen because of the
13232                       move_it_in_display_line at the start of                       move_it_in_display_line at the start of this
13233                       this function.  */                       function, unless the text display area of the
13234                    abort ();                       window is empty.  */
13235                      xassert (it->first_visible_x <= it->last_visible_x);
13236                  }                  }
13237              }              }
13238    

Legend:
Removed from v.1.770  
changed lines
  Added in v.1.771

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26