emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/coding.c


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/coding.c
Date: Wed, 04 Jun 2003 08:43:10 -0400

Index: emacs/src/coding.c
diff -c emacs/src/coding.c:1.285 emacs/src/coding.c:1.286
*** emacs/src/coding.c:1.285    Mon Jun  2 14:49:29 2003
--- emacs/src/coding.c  Wed Jun  4 08:43:09 2003
***************
*** 4505,4511 ****
    int magnification;
  
    if (coding->type == coding_type_ccl)
!     magnification = coding->spec.ccl.encoder.buf_magnification;
    else if (CODING_REQUIRE_ENCODING (coding))
      magnification = 3;
    else
--- 4505,4515 ----
    int magnification;
  
    if (coding->type == coding_type_ccl)
!     {
!       magnification = coding->spec.ccl.encoder.buf_magnification;
!       if (coding->eol_type == CODING_EOL_CRLF)
!       magnification *= 2;
!     }
    else if (CODING_REQUIRE_ENCODING (coding))
      magnification = 3;
    else




reply via email to

[Prev in Thread] Current Thread [Next in Thread]