aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/coding.c')
-rw-r--r--src/coding.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coding.c b/src/coding.c
index f2dde6695da..9c45a65ff88 100644
--- a/src/coding.c
+++ b/src/coding.c
@@ -1665,7 +1665,7 @@ coding_allocate_composition_data (coding, char_offset)
1665 1665
1666#define DECODE_COMPOSITION_END(c1) \ 1666#define DECODE_COMPOSITION_END(c1) \
1667 do { \ 1667 do { \
1668 if (coding->composing == COMPOSITION_DISABLED) \ 1668 if (! COMPOSING (coding)) \
1669 { \ 1669 { \
1670 *dst++ = ISO_CODE_ESC; \ 1670 *dst++ = ISO_CODE_ESC; \
1671 *dst++ = c1; \ 1671 *dst++ = c1; \