projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8bef7b6
)
Revert previous change to produce_composite_glyph
author
Paul Eggert
<eggert@cs.ucla.edu>
Sat, 3 Jan 2015 22:37:05 +0000
(14:37 -0800)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Sat, 3 Jan 2015 22:37:32 +0000
(14:37 -0800)
* term.c (produce_composite_glyph): Revert previous change (Bug#19496).
src/ChangeLog
patch
|
blob
|
history
src/term.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 12852b89b12aeb171b0026b55f563402948b5d32..46ab94c7c89c1e3c91c985ef8ce40060bd773c26 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-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).
diff --git
a/src/term.c
b/src/term.c
index 74879ecc3f5d27b1fc8400b2cc11340bde57356e..48447bce5fd5a1b28ea0ea11c3095e8b27b249f7 100644
(file)
--- a/
src/term.c
+++ b/
src/term.c
@@
-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
{