/[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.236 by sds, Mon Dec 17 15:21:06 2001 UTC revision 1.237 by rms, Mon Dec 17 15:33:12 2001 UTC
# Line 5516  code_convert_region (from, from_byte, to Line 5516  code_convert_region (from, from_byte, to
5516        if (encodep)        if (encodep)
5517          result = encode_coding (coding, src, dst, len_byte, 0);          result = encode_coding (coding, src, dst, len_byte, 0);
5518        else        else
5519          result = decode_coding (coding, src, dst, len_byte, 0);          {
5520              if (coding->composing != COMPOSITION_DISABLED)
5521                coding->cmp_data->char_offset = from + inserted;
5522              result = decode_coding (coding, src, dst, len_byte, 0);
5523            }
5524    
5525        /* The buffer memory is now:        /* The buffer memory is now:
5526           +--------+-------converted-text----+--+------original-text----+---+           +--------+-------converted-text----+--+------original-text----+---+

Legend:
Removed from v.1.236  
changed lines
  Added in v.1.237

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