/[emacs]/emacs/src/coding.c
ViewVC logotype

Diff of /emacs/src/coding.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.234 by pj, Sun Dec 9 00:56:24 2001 UTC revision 1.235 by rms, Mon Dec 17 14:05:07 2001 UTC
# Line 1665  coding_allocate_composition_data (coding Line 1665  coding_allocate_composition_data (coding
1665    
1666  #define DECODE_COMPOSITION_END(c1)                                      \  #define DECODE_COMPOSITION_END(c1)                                      \
1667    do {                                                                  \    do {                                                                  \
1668      if (coding->composing == COMPOSITION_DISABLED)                      \      if (! COMPOSING (coding))                                           \
1669        {                                                                 \        {                                                                 \
1670          *dst++ = ISO_CODE_ESC;                                          \          *dst++ = ISO_CODE_ESC;                                          \
1671          *dst++ = c1;                                                    \          *dst++ = c1;                                                    \

Legend:
Removed from v.1.234  
changed lines
  Added in v.1.235

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26