1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

Revert previous change to produce_composite_glyph

* term.c (produce_composite_glyph): Revert previous change (Bug#19496).
This commit is contained in:
Paul Eggert 2015-01-03 14:37:05 -08:00
parent 8bef7b6ad1
commit 5395106b0e
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2015-01-03 Paul Eggert <eggert@cs.ucla.edu>
Revert previous change to produce_composite_glyph
* term.c (produce_composite_glyph): Revert previous change (Bug#19496).
Pacify gcc -Wparentheses
* frame.c (x_set_frame_parameters): Add parens (Bug#19428).

View File

@ -1736,7 +1736,7 @@ produce_composite_glyph (struct it *it)
{
struct composition *cmp = composition_table[it->cmp_it.id];
it->pixel_width = cmp->pixel_width;
it->pixel_width = cmp->width;
}
else
{