(DECODE_COMPOSITION_END): Check for ! COMPOSING (coding)

instead of only for COMPOSITION_DISABLED.
This commit is contained in:
Richard M. Stallman 2001-12-17 14:05:07 +00:00
parent 905cc05a02
commit c8446041d5

View file

@ -1665,7 +1665,7 @@ coding_allocate_composition_data (coding, char_offset)
#define DECODE_COMPOSITION_END(c1) \
do { \
if (coding->composing == COMPOSITION_DISABLED) \
if (! COMPOSING (coding)) \
{ \
*dst++ = ISO_CODE_ESC; \
*dst++ = c1; \