/[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.851 by jhd, Sun Nov 16 16:05:23 2003 UTC revision 1.852 by kfstorm, Sun Nov 16 23:44:22 2003 UTC
# Line 2201  start_display (it, w, pos) Line 2201  start_display (it, w, pos)
2201    
2202    row = w->desired_matrix->rows + first_vpos;    row = w->desired_matrix->rows + first_vpos;
2203    init_iterator (it, w, CHARPOS (pos), BYTEPOS (pos), row, DEFAULT_FACE_ID);    init_iterator (it, w, CHARPOS (pos), BYTEPOS (pos), row, DEFAULT_FACE_ID);
2204      it->first_vpos = first_vpos;
2205    
2206    if (!it->truncate_lines_p)    if (!it->truncate_lines_p)
2207      {      {
# Line 13092  try_window_id (w) Line 13093  try_window_id (w)
13093    else    else
13094      {      {
13095        /* There are no reusable lines at the start of the window.        /* There are no reusable lines at the start of the window.
13096           Start displaying in the first line.  */           Start displaying in the first text line.  */
13097        start_display (&it, w, start);        start_display (&it, w, start);
13098          it.vpos = it.first_vpos;
13099        start_pos = it.current.pos;        start_pos = it.current.pos;
13100      }      }
13101    

Legend:
Removed from v.1.851  
changed lines
  Added in v.1.852

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