Mercurial > hg > xemacs-beta
diff src/window.c @ 2:ac2d302a0011 r19-15b2
Import from CVS: tag r19-15b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:46:35 +0200 |
parents | 376386a54a3c |
children | 0293115a14e9 |
line wrap: on
line diff
--- a/src/window.c Mon Aug 13 08:45:53 2007 +0200 +++ b/src/window.c Mon Aug 13 08:46:35 2007 +0200 @@ -3057,7 +3057,7 @@ } pos = (((old_pos * new_pixsize) << 1) + old_pixsize) / div_val; - /* All but the the last window should have a height which is + /* All but the last window should have a height which is a multiple of the default line height. */ if (!NILP (c->next)) pos = (pos / line_size) * line_size;