/[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.967 by kfstorm, Sat Jan 22 01:41:36 2005 UTC revision 1.968 by kfstorm, Sat Jan 22 23:55:00 2005 UTC
# Line 1256  pos_visible_p (w, charpos, x, y, rtop, r Line 1256  pos_visible_p (w, charpos, x, y, rtop, r
1256  {  {
1257    struct it it;    struct it it;
1258    struct text_pos top;    struct text_pos top;
1259    int visible_p;    int visible_p = 0;
1260    struct buffer *old_buffer = NULL;    struct buffer *old_buffer = NULL;
1261    
1262      if (noninteractive)
1263        return visible_p;
1264    
1265    if (XBUFFER (w->buffer) != current_buffer)    if (XBUFFER (w->buffer) != current_buffer)
1266      {      {
1267        old_buffer = current_buffer;        old_buffer = current_buffer;
1268        set_buffer_internal_1 (XBUFFER (w->buffer));        set_buffer_internal_1 (XBUFFER (w->buffer));
1269      }      }
1270    
   visible_p = 0;  
1271    SET_TEXT_POS_FROM_MARKER (top, w->start);    SET_TEXT_POS_FROM_MARKER (top, w->start);
1272    
1273    /* Compute exact mode line heights, if requested.  */    /* Compute exact mode line heights, if requested.  */

Legend:
Removed from v.1.967  
changed lines
  Added in v.1.968

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