• Stefan Monnier's avatar
    * src/window.c (window_scroll): Mark window for redisplay. · 5961ad6c
    Stefan Monnier authored
    (scroll_command, Fscroll_other_window): Don't cause redisplay now that
    window_scroll takes care of it.
    (Fset_window_point, Fdelete_other_windows_internal)
    (set_window_buffer, Fwindow_resize_apply, resize_frame_windows)
    (Fsplit_window_internal, Fdelete_window_internal)
    (Fresize_mini_window_internal, Fset_window_configuration)
    (apply_window_adjustment): Use fset_redisplay and wset_redisplay to
    cause redisplay instead of forcing a complete redisplay.
    * src/xdisp.c (wset_redisplay): Don't set windows_or_buffers_changed if
    we're only affecting the selected_window.
    
    Fixes: debbugs:16034
    5961ad6c
window.c 236 KB