Sync mel-ccl.el with doodle-1_9_5.
authormorioka <morioka>
Tue, 29 Sep 1998 05:40:05 +0000 (05:40 +0000)
committermorioka <morioka>
Tue, 29 Sep 1998 05:40:05 +0000 (05:40 +0000)
ChangeLog
mel-ccl.el

index 590c219..589d865 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+1998-09-21  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * mel-ccl.el:
+         - Require 'pccl instead of 'emu.
+         - Use `unless-broken' to check facility.
+
 1998-09-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
        * mel.el (mime-encoding-list): New user option (renamed from
index 6b3085d..e50ad5f 100644 (file)
@@ -27,7 +27,6 @@
 ;;; Code:
 
 (require 'ccl)
-(require 'emu)
 (require 'pccl)
 (require 'mime-def)
 
@@ -1174,8 +1173,7 @@ abcdefghijklmnopqrstuvwxyz\
 ;;; @ B
 ;;;
 
-(unless (and (boundp 'ccl-encoder-eof-block-is-broken)
-            ccl-encoder-eof-block-is-broken)
+(unless-broken ccl-execute-eof-block-on-encoding-some
 
   (defun base64-ccl-encode-string (string)
     "Encode STRING with base64 encoding."
@@ -1239,8 +1237,7 @@ abcdefghijklmnopqrstuvwxyz\
 ;;; @ quoted-printable
 ;;;
 
-(unless (and (boundp 'ccl-encoder-eof-block-is-broken)
-            ccl-encoder-eof-block-is-broken)
+(unless-broken ccl-execute-eof-block-on-encoding-some
 
   (defun quoted-printable-ccl-encode-string (string)
     "Encode STRING with quoted-printable encoding."