Mercurial > hg > xemacs-beta
diff src/redisplay.c @ 82:6a378aca36af r20-0b91
Import from CVS: tag r20-0b91
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:07:36 +0200 |
parents | b9518feda344 |
children | 364816949b59 |
line wrap: on
line diff
--- a/src/redisplay.c Mon Aug 13 09:06:45 2007 +0200 +++ b/src/redisplay.c Mon Aug 13 09:07:36 2007 +0200 @@ -876,6 +876,7 @@ data->last_char_width = -1; data->new_ascent = max (data->new_ascent, (int) fi->ascent); data->new_descent = max (data->new_descent, (int) fi->descent); + data->last_charset = charset; } width = data->last_char_width;