* mel-q.el: Add a comment that the feature `poem' is also required for the
macro `as-binary-process'.
+2001-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
+
+ * mel-b-el.el: Require `pces' for the macro `as-binary-process'
+ when compiling.
+
+ * mel-q.el: Add a comment that the feature `poem' is also required
+ for the macro `as-binary-process'.
+
2001-05-31 Shuhei KOBAYASHI <shuhei@aqua.ocn.ne.jp>
Merged MIME Parameter Value decoder.
;;; Code:
(require 'mime-def)
+(eval-when-compile
+ ;; XXX: the macro `as-binary-process' should be provided when compiling.
+ (require 'pces))
;;; @ variables
(require 'path-util)
(eval-when-compile
;; XXX: should provide char-list instead of string-to-char-list.
+ ;; XXx: and also the macro `as-binary-process' should be provided
+ ;; XXx: by the module "pces" which will be loaded by way of "poem".
(require 'poem))
+
;;; @ Quoted-Printable encoder
;;;