diff options
| author | jave | 2014-12-31 12:24:10 +0100 |
|---|---|---|
| committer | jave | 2014-12-31 12:24:10 +0100 |
| commit | baba9e039136e183e055169ddd7ca1e983fc734f (patch) | |
| tree | 9168fb077980351a25ea3a112f2abd105a11099a /src/term.c | |
| parent | 4105b6a93047045553e10795742a808b805c85b7 (diff) | |
| parent | 25346768fac53687c97c213fb99ff18fa805b073 (diff) | |
| download | emacs-baba9e039136e183e055169ddd7ca1e983fc734f.tar.gz emacs-baba9e039136e183e055169ddd7ca1e983fc734f.zip | |
merge upstream
Diffstat (limited to 'src/term.c')
| -rw-r--r-- | src/term.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/term.c b/src/term.c index 04f6e3318a0..bcb83e5891d 100644 --- a/src/term.c +++ b/src/term.c | |||
| @@ -1736,7 +1736,7 @@ produce_composite_glyph (struct it *it) | |||
| 1736 | { | 1736 | { |
| 1737 | struct composition *cmp = composition_table[it->cmp_it.id]; | 1737 | struct composition *cmp = composition_table[it->cmp_it.id]; |
| 1738 | 1738 | ||
| 1739 | it->pixel_width = cmp->width; | 1739 | it->pixel_width = cmp->pixel_width; |
| 1740 | } | 1740 | } |
| 1741 | else | 1741 | else |
| 1742 | { | 1742 | { |