/[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.1044 by kfstorm, Fri Aug 26 11:04:16 2005 UTC revision 1.1045 by monnier, Fri Aug 26 15:56:48 2005 UTC
# Line 1347  pos_visible_p (w, charpos, x, y, rtop, r Line 1347  pos_visible_p (w, charpos, x, y, rtop, r
1347    
1348    current_header_line_height = current_mode_line_height = -1;    current_header_line_height = current_mode_line_height = -1;
1349    
1350    if (visible_p && w->hscroll > 0)    if (visible_p && XFASTINT (w->hscroll) > 0)
1351      *x -= w->hscroll;      *x -= XFASTINT (w->hscroll);
1352    
1353    return visible_p;    return visible_p;
1354  }  }

Legend:
Removed from v.1.1044  
changed lines
  Added in v.1.1045

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