/[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.419 by monnier, Mon Jun 17 18:45:01 2002 UTC revision 1.420 by rms, Wed Jun 26 08:44:11 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,
4786             we should not override that.  */
4787    w->force_start = Qt;    w->force_start = Qt;
4788    #endif
4789    if (bytepos == BEGV_BYTE || FETCH_BYTE (bytepos - 1) == '\n')    if (bytepos == BEGV_BYTE || FETCH_BYTE (bytepos - 1) == '\n')
4790      w->start_at_line_beg = Qt;      w->start_at_line_beg = Qt;
4791    else    else

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

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