emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/international/ccl.el


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/lisp/international/ccl.el
Date: Tue, 08 Mar 2005 04:09:28 -0500

Index: emacs/lisp/international/ccl.el
diff -c emacs/lisp/international/ccl.el:1.35 
emacs/lisp/international/ccl.el:1.36
*** emacs/lisp/international/ccl.el:1.35        Fri Jun 11 05:58:29 2004
--- emacs/lisp/international/ccl.el     Tue Mar  8 09:09:28 2005
***************
*** 1305,1311 ****
  
  BUFFER_MAGNIFICATION is an integer value specifying the approximate
  output buffer magnification size compared with the bytes of input data
! text.  If the value is zero, the CCL program can't execute `read' and
  `write' commands.
  
  CCL_MAIN_CODE and CCL_EOF_CODE are CCL program codes.  CCL_MAIN_CODE
--- 1305,1313 ----
  
  BUFFER_MAGNIFICATION is an integer value specifying the approximate
  output buffer magnification size compared with the bytes of input data
! text.  It is assured that the actual output buffer has 256 bytes
! more than the size calculated by BUFFER_MAGNIFICATION.
! If the value is zero, the CCL program can't execute `read' and
  `write' commands.
  
  CCL_MAIN_CODE and CCL_EOF_CODE are CCL program codes.  CCL_MAIN_CODE




reply via email to

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