Mercurial > emacs
diff src/xdisp.c @ 90399:a5812696f7bf unicode-pre-font-backend
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 274-284)
- Update from CVS
- Update etc/MORE.STUFF.
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 101)
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-62
author | Miles Bader <miles@gnu.org> |
---|---|
date | Wed, 17 May 2006 07:46:49 +0000 |
parents | 146cd8369025 e11c9bf81843 |
children | 4ee003f8531c |
line wrap: on
line diff
--- a/src/xdisp.c Mon May 15 03:48:50 2006 +0000 +++ b/src/xdisp.c Wed May 17 07:46:49 2006 +0000 @@ -9829,7 +9829,7 @@ border = 0; rows = f->n_tool_bar_rows; - height = (it.last_visible_y - border) / rows; + height = max (1, (it.last_visible_y - border) / rows); extra = it.last_visible_y - border - height * rows; while (it.current_y < it.last_visible_y)