Mercurial > emacs
changeset 85252:62ea6778c569
Replace `abs' with `eabs'.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 13 Oct 2007 12:43:09 +0000 |
parents | 5059c82a6ddf |
children | 3b0be4ab6109 |
files | src/dispnew.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/dispnew.c Sat Oct 13 12:42:19 2007 +0000 +++ b/src/dispnew.c Sat Oct 13 12:43:09 2007 +0000 @@ -1993,7 +1993,7 @@ if (FRAME_WINDOW_P (f)) { int ch_height = FRAME_SMALLEST_FONT_HEIGHT (f); - int window_pixel_height = window_box_height (w) + abs (w->vscroll); + int window_pixel_height = window_box_height (w) + eabs (w->vscroll); return (((window_pixel_height + ch_height - 1) / ch_height) * w->nrows_scale_factor /* One partially visible line at the top and