diff options
Diffstat (limited to 'src/composite.c')
| -rw-r--r-- | src/composite.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/composite.c b/src/composite.c index 1b1960d1c4d..8982c904096 100644 --- a/src/composite.c +++ b/src/composite.c | |||
| @@ -1719,7 +1719,7 @@ should be ignored. */) | |||
| 1719 | if (! FONT_OBJECT_P (font_object)) | 1719 | if (! FONT_OBJECT_P (font_object)) |
| 1720 | { | 1720 | { |
| 1721 | struct coding_system *coding; | 1721 | struct coding_system *coding; |
| 1722 | struct terminal *terminal = get_terminal (font_object, 1); | 1722 | struct terminal *terminal = decode_live_terminal (font_object); |
| 1723 | 1723 | ||
| 1724 | coding = ((TERMINAL_TERMINAL_CODING (terminal)->common_flags | 1724 | coding = ((TERMINAL_TERMINAL_CODING (terminal)->common_flags |
| 1725 | & CODING_REQUIRE_ENCODING_MASK) | 1725 | & CODING_REQUIRE_ENCODING_MASK) |