Mercurial > emacs
changeset 97622:ef4c06e3494f
* xdisp.c (try_scrolling): Check INT_MAX instead of
MOST_POSITIVE_FIXNUM for maximum integer value. Include limits.h to
obtain INT_MAX.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sat, 23 Aug 2008 02:10:28 +0000 |
parents | 010838d15017 |
children | 16299e70cdb7 |
files | src/ChangeLog |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Fri Aug 22 19:35:48 2008 +0000 +++ b/src/ChangeLog Sat Aug 23 02:10:28 2008 +0000 @@ -1,3 +1,9 @@ +2008-08-23 Chong Yidong <cyd@stupidchicken.com> + + * xdisp.c (try_scrolling): Check INT_MAX instead of + MOST_POSITIVE_FIXNUM for maximum integer value. Include limits.h + to obtain INT_MAX. + 2008-08-21 İsmail Dönmez <ismail@namtrac.org> (tiny change) * xterm.c (x_delete_display): Don't call XrmDestroyDatabase on GTK+.