From: Eli Zaretskii Date: Fri, 21 Dec 2001 08:09:51 +0000 (+0000) Subject: (DECODE_COMPOSITION_END): Fix last change. X-Git-Tag: emacs-21.2~228 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=893cc2ae50de14d19c0a7d1e9ddb2bd3f1d63f8e;p=emacs.git (DECODE_COMPOSITION_END): Fix last change. --- diff --git a/src/coding.c b/src/coding.c index 9a8b2a812e5..89cca87e129 100644 --- a/src/coding.c +++ b/src/coding.c @@ -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; \