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:
parent
92858f6f77
commit
893cc2ae50
1 changed files with 1 additions and 1 deletions
|
|
@ -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; \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue