+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
;;; Code:
(require 'ccl)
-(require 'emu)
(require 'pccl)
(require 'mime-def)
;;; @ 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."
;;; @ 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."