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: Wed, 26 Jun 2002 04:44:12 -0400

Index: emacs/src/window.c
diff -c emacs/src/window.c:1.419 emacs/src/window.c:1.420
*** emacs/src/window.c:1.419    Mon Jun 17 14:45:01 2002
--- emacs/src/window.c  Wed Jun 26 04:44:11 2002
***************
*** 4781,4787 ****
--- 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



reply via email to

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