# HG changeset patch # User Jim Blandy # Date 739809128 0 # Node ID 9838d64cc5aead272795ad047a7cf9cd70bff31d # Parent cf5972f69f8a1c3431cb7c60fa8988ef9377c92a * xdisp.c (redisplay_window): Don't call try_window_id if the window isn't starting at the beginning of the line. diff -r cf5972f69f8a -r 9838d64cc5ae src/xdisp.c --- a/src/xdisp.c Fri Jun 11 11:33:31 1993 +0000 +++ b/src/xdisp.c Fri Jun 11 14:32:08 1993 +0000 @@ -950,6 +950,8 @@ else if (just_this_one && !MINI_WINDOW_P (w) && point >= startp && XFASTINT (w->last_modified) + /* or else vmotion on first line won't work. */ + && ! NILP (w->start_at_line_beg) && ! EQ (w->window_end_valid, Qnil) && do_id && !clip_changed && !blank_end_of_window