Mercurial > hg > xemacs-beta
diff src/redisplay.c @ 86:364816949b59 r20-0b93
Import from CVS: tag r20-0b93
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:09:02 +0200 |
parents | 6a378aca36af |
children | 1040fe1366ac |
line wrap: on
line diff
--- a/src/redisplay.c Mon Aug 13 09:08:31 2007 +0200 +++ b/src/redisplay.c Mon Aug 13 09:09:02 2007 +0200 @@ -876,7 +876,8 @@ 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; + /* The following line causes display goobers and I don't know why */ + /*data->last_charset = charset;*/ } width = data->last_char_width;