/[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.354 by kfstorm, Tue Aug 16 14:58:16 2005 UTC revision 1.355 by kfstorm, Wed Aug 17 15:00:14 2005 UTC
# Line 5801  buffer_posn_from_coords (w, x, y, pos, o Line 5801  buffer_posn_from_coords (w, x, y, pos, o
5801      }      }
5802  #endif  #endif
5803    
5804    row = MATRIX_ROW (w->current_matrix, it.vpos);    if (it.vpos < w->current_matrix->nrows
5805    if (row->enabled_p)        && (row = MATRIX_ROW (w->current_matrix, it.vpos),
5806              row->enabled_p))
5807      {      {
5808        if (it.hpos < row->used[TEXT_AREA])        if (it.hpos < row->used[TEXT_AREA])
5809          {          {

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

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