emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/window.c


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/window.c
Date: Mon, 01 Jul 2002 04:00:07 -0400

Index: emacs/src/window.c
diff -c emacs/src/window.c:1.420 emacs/src/window.c:1.421
*** emacs/src/window.c:1.420    Wed Jun 26 04:44:11 2002
--- emacs/src/window.c  Mon Jul  1 04:00:07 2002
***************
*** 4781,4791 ****
    /* Set the new window start.  */
    set_marker_both (w->start, w->buffer, charpos, bytepos);
    w->window_end_valid = Qnil;
! #if 0 /* This is wrong because the whole idea is that point is
!        on the screen.  If it moves away before redisplay,
!        we should not override that.  */
!   w->force_start = Qt;
! #endif
    if (bytepos == BEGV_BYTE || FETCH_BYTE (bytepos - 1) == '\n')
      w->start_at_line_beg = Qt;
    else
--- 4781,4789 ----
    /* Set the new window start.  */
    set_marker_both (w->start, w->buffer, charpos, bytepos);
    w->window_end_valid = Qnil;
!   
!   w->optional_new_start = Qt;
! 
    if (bytepos == BEGV_BYTE || FETCH_BYTE (bytepos - 1) == '\n')
      w->start_at_line_beg = Qt;
    else



reply via email to

[Prev in Thread] Current Thread [Next in Thread]