Fix bug #8468 with redisplay when scroll-margin > 0.
authorEli Zaretskii <eliz@gnu.org>
Mon, 11 Apr 2011 15:59:30 +0000 (18:59 +0300)
committerEli Zaretskii <eliz@gnu.org>
Mon, 11 Apr 2011 15:59:30 +0000 (18:59 +0300)
commit11997c7643812a3a6f95da1c65c46d1c0307e2a7
treef4844993f30f8d856a839085b5f9d13601ae9130
parent09725d2628e9b8a796d128d24e7255a57c2424f3
Fix bug #8468 with redisplay when scroll-margin > 0.

 src/xdisp.c (redisplay_window): Don't try to determine the character
 position of the scroll margin if the window start point w->startp
 is outside the buffer's accessible region.
src/ChangeLog
src/xdisp.c