From: akr Date: Fri, 9 Oct 1998 10:45:28 +0000 (+0000) Subject: * mel-ccl.el: Check `ccl-execute-eof-block-on-decoding-some' X-Git-Tag: flim-1_10_3~6 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=a90153cbdc2466b795c3492181587506d46564be;p=elisp%2Fflim.git * mel-ccl.el: Check `ccl-execute-eof-block-on-decoding-some' facility instead of `ccl-execute-eof-block-on-encoding-some'. --- diff --git a/ChangeLog b/ChangeLog index bcb26d7..e025cc6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1998-10-09 Tanaka Akira + + * mel-ccl.el: Check `ccl-execute-eof-block-on-decoding-some' + facility instead of `ccl-execute-eof-block-on-encoding-some'. + 1998-10-09 MORIOKA Tomohiko * mel-b.el (base64-characters): Enclose with `eval-and-compile'. diff --git a/mel-ccl.el b/mel-ccl.el index e50ad5f..655439c 100644 --- a/mel-ccl.el +++ b/mel-ccl.el @@ -1173,7 +1173,7 @@ abcdefghijklmnopqrstuvwxyz\ ;;; @ B ;;; -(unless-broken ccl-execute-eof-block-on-encoding-some +(unless-broken ccl-execute-eof-block-on-decoding-some (defun base64-ccl-encode-string (string) "Encode STRING with base64 encoding." @@ -1237,7 +1237,7 @@ abcdefghijklmnopqrstuvwxyz\ ;;; @ quoted-printable ;;; -(unless-broken ccl-execute-eof-block-on-encoding-some +(unless-broken ccl-execute-eof-block-on-decoding-some (defun quoted-printable-ccl-encode-string (string) "Encode STRING with quoted-printable encoding."