1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-23 04:53:12 -08:00

(DECODE_COMPOSITION_END): Fix last change.

This commit is contained in:
Eli Zaretskii 2001-12-21 08:09:51 +00:00
parent 92858f6f77
commit 893cc2ae50

View file

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