Fix bug #10192 with assertion violation when scrolling.
commite9a494263ca8d8e39373597ebf432ee001d62e21
authorEli Zaretskii <eliz@gnu.org>
Sat, 3 Dec 2011 09:55:27 +0000 (3 11:55 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 3 Dec 2011 09:55:27 +0000 (3 11:55 +0200)
treeb62516ae994d2584bc684936a2e029e216ae8493
parent9e49252b2d8fe1a3f078ec0342df0008cea5059e
Fix bug #10192 with assertion violation when scrolling.

 src/xdisp.c (redisplay_window): Don't let `margin' become negative.
 This could happen when scroll-margin is zero and scroll-*-aggressively
 is a small float number.
src/ChangeLog
src/xdisp.c