* window.h (struct window): Change type of 'hscroll',
authorDmitry Antipov <dmantipov@yandex.ru>
Thu, 28 Jun 2012 12:29:37 +0000 (16:29 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Thu, 28 Jun 2012 12:29:37 +0000 (16:29 +0400)
commit80b00b0885b8e124a208dfc9de95d2039a101108
tree8954c62ff23338f8a2c6063cccab6d40d8707e02
parent62b2bcf611f144f4dea5a073a362e187970609f6
* 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.
src/ChangeLog
src/frame.c
src/indent.c
src/minibuf.c
src/window.c
src/window.h
src/xdisp.c