aboutsummaryrefslogtreecommitdiffstats
path: root/src/term.c
diff options
context:
space:
mode:
authorjave2015-01-04 09:09:36 +0100
committerjave2015-01-04 09:09:36 +0100
commita7e2c92ddf6c27b2cfcc9782fd71f15d36162cce (patch)
tree7e092998b7e6956f311a169e0d87254ef87703e3 /src/term.c
parentdb4613576d3115aa320f0293d081ce98baa06acd (diff)
parentfec9b792f543c35b1a635b3a3326d496e3ca9012 (diff)
downloademacs-a7e2c92ddf6c27b2cfcc9782fd71f15d36162cce.tar.gz
emacs-a7e2c92ddf6c27b2cfcc9782fd71f15d36162cce.zip
merge master
Diffstat (limited to 'src/term.c')
-rw-r--r--src/term.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/term.c b/src/term.c
index 74879ecc3f5..48447bce5fd 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->pixel_width; 1739 it->pixel_width = cmp->width;
1740 } 1740 }
1741 else 1741 else
1742 { 1742 {