/[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.222.4.17 by handa, Fri May 30 08:12:19 2003 UTC revision 1.222.4.18 by handa, Wed Jun 4 12:47:42 2003 UTC
# Line 4392  encoding_buffer_size (coding, src_bytes) Line 4392  encoding_buffer_size (coding, src_bytes)
4392    int magnification;    int magnification;
4393    
4394    if (coding->type == coding_type_ccl)    if (coding->type == coding_type_ccl)
4395      magnification = coding->spec.ccl.encoder.buf_magnification;      {
4396          magnification = coding->spec.ccl.encoder.buf_magnification;
4397          if (coding->eol_type == CODING_EOL_CRLF)
4398            magnification *= 2;
4399        }
4400    else if (CODING_REQUIRE_ENCODING (coding))    else if (CODING_REQUIRE_ENCODING (coding))
4401      magnification = 3;      magnification = 3;
4402    else    else

Legend:
Removed from v.1.222.4.17  
changed lines
  Added in v.1.222.4.18

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