* lisp/fringe.el (fringe-mode): Doc fix.
authorDmitry Antipov <dmantipov@yandex.ru>
Fri, 29 Jun 2012 11:48:08 +0000 (15:48 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Fri, 29 Jun 2012 11:48:08 +0000 (15:48 +0400)
commit2af3565e0f2b325924e4adad26a08b442fa022ac
tree2786dc842d627cd1a847935c8cbad36896592792
parente4d3503065a43300417cdb6563c23d0d6beedbb7
* lisp/fringe.el (fringe-mode): Doc fix.
* src/window.h (struct window): Change type of 'fringes_outside_margins'
to bitfield.  Fix comment.  Adjust users accordingly.
(struct window): Change type of 'window_end_bytepos' to ptrdiff_t.
Adjust comment.
* src/xdisp.c (try_window_id): Change type of 'first_vpos' and 'vpos'
to ptrdiff_t.
lisp/ChangeLog
lisp/fringe.el
src/ChangeLog
src/window.c
src/window.h
src/xdisp.c