* mel-b-el.el: Require `pces' for the macro `as-binary-process' when compiling.
authoryamaoka <yamaoka>
Fri, 1 Jun 2001 05:33:50 +0000 (05:33 +0000)
committeryamaoka <yamaoka>
Fri, 1 Jun 2001 05:33:50 +0000 (05:33 +0000)
* mel-q.el: Add a comment that the feature `poem' is also required for the
 macro `as-binary-process'.

ChangeLog
mel-b-el.el
mel-q.el

index 0488c4c..b2dda9d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+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.
index 2937238..d72b8d8 100644 (file)
@@ -27,6 +27,9 @@
 ;;; Code:
 
 (require 'mime-def)
+(eval-when-compile
+  ;; XXX: the macro `as-binary-process' should be provided when compiling.
+  (require 'pces))
 
 
 ;;; @ variables
index a5830d2..d0a9226 100644 (file)
--- a/mel-q.el
+++ b/mel-q.el
 (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
 ;;;