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

Diff of /emacs/src/dispnew.c

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

revision 1.353 by rms, Sun Aug 7 17:40:18 2005 UTC revision 1.354 by kfstorm, Tue Aug 16 14:58:16 2005 UTC
# Line 1185  increment_row_positions (row, delta, del Line 1185  increment_row_positions (row, delta, del
1185    MATRIX_ROW_END_CHARPOS (row) += delta;    MATRIX_ROW_END_CHARPOS (row) += delta;
1186    MATRIX_ROW_END_BYTEPOS (row) += delta_bytes;    MATRIX_ROW_END_BYTEPOS (row) += delta_bytes;
1187    
1188      if (!row->enabled_p)
1189        return;
1190    
1191    /* Increment positions in glyphs.  */    /* Increment positions in glyphs.  */
1192    for (area = 0; area < LAST_AREA; ++area)    for (area = 0; area < LAST_AREA; ++area)
1193      for (i = 0; i < row->used[area]; ++i)      for (i = 0; i < row->used[area]; ++i)

Legend:
Removed from v.1.353  
changed lines
  Added in v.1.354

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