# HG changeset patch # User Richard M. Stallman # Date 1025081051 0 # Node ID 9aaff453806d150cac4b8dfa6250862684dcdd66 # Parent 9c590b35c6cf5cec35cc4a46d30c33eb3c579f3b (Frecenter): Don't set force_start flag. diff -r 9c590b35c6cf -r 9aaff453806d src/window.c --- a/src/window.c Wed Jun 26 08:43:23 2002 +0000 +++ b/src/window.c Wed Jun 26 08:44:11 2002 +0000 @@ -4781,7 +4781,11 @@ /* 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