# HG changeset patch # User Eli Zaretskii # Date 1192279389 0 # Node ID 62ea6778c569ed962084c34eea001013f2029d61 # Parent 5059c82a6ddf491342694e9bece6b4b769307845 Replace `abs' with `eabs'. diff -r 5059c82a6ddf -r 62ea6778c569 src/dispnew.c --- 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