• Dmitry Antipov's avatar
    * window.h (struct window): Change type of 'hscroll', · 80b00b08
    Dmitry Antipov authored
    'min_hscroll' and 'last_point' from Lisp_Object to ptrdiff_t,
    'last_modified' and 'last_overlay_modified' to EMACS_INT.
    Adjust users accordingly.
    * xdisp.c (try_cursor_movement): Replace type check with eassert.
    * window.c (Fscroll_left, Fscroll_right): Change type of 'hscroll'
    from EMACS_INT to ptrdiff_t.
    (make_window): Omit redundant initialization.
    80b00b08
frame.c 131 KB