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

Diff of /emacs/src/window.c

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

revision 1.420 by rms, Wed Jun 26 08:44:11 2002 UTC revision 1.421 by rms, Mon Jul 1 08:00:07 2002 UTC
# Line 4781  and redisplay normally--don't erase and Line 4781  and redisplay normally--don't erase and
4781    /* Set the new window start.  */    /* Set the new window start.  */
4782    set_marker_both (w->start, w->buffer, charpos, bytepos);    set_marker_both (w->start, w->buffer, charpos, bytepos);
4783    w->window_end_valid = Qnil;    w->window_end_valid = Qnil;
4784  #if 0 /* This is wrong because the whole idea is that point is    
4785           on the screen.  If it moves away before redisplay,    w->optional_new_start = Qt;
4786           we should not override that.  */  
   w->force_start = Qt;  
 #endif  
4787    if (bytepos == BEGV_BYTE || FETCH_BYTE (bytepos - 1) == '\n')    if (bytepos == BEGV_BYTE || FETCH_BYTE (bytepos - 1) == '\n')
4788      w->start_at_line_beg = Qt;      w->start_at_line_beg = Qt;
4789    else    else

Legend:
Removed from v.1.420  
changed lines
  Added in v.1.421

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