From a90153cbdc2466b795c3492181587506d46564be Mon Sep 17 00:00:00 2001 From: akr Date: Fri, 9 Oct 1998 10:45:28 +0000 Subject: [PATCH] * mel-ccl.el: Check `ccl-execute-eof-block-on-decoding-some' facility instead of `ccl-execute-eof-block-on-encoding-some'. --- ChangeLog | 5 +++++ mel-ccl.el | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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." -- 1.7.10.4