------------------------------------------------------------
revno: 108790
committer: Dmitry Antipov <
dmantipov@yand...>
branch nick: trunk
timestamp: Thu 2012-06-28 16:29:37 +0400
message:
* window.h (struct window): Change type of 'hscroll',
'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.
modified:
src/ChangeLog
src/frame.c
src/indent.c
src/minibuf.c
src/window.c
src/window.h
src/xdisp.c
opensubscriber is not affiliated with the authors of this message nor responsible for its content.