From 3130bf3b5bdf99a04cd6068bf930e9a29bb1b1ac Mon Sep 17 00:00:00 2001 From: yamaoka Date: Fri, 1 Jun 2001 05:33:50 +0000 Subject: [PATCH] * 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'. --- ChangeLog | 8 ++++++++ mel-b-el.el | 3 +++ mel-q.el | 3 +++ 3 files changed, 14 insertions(+) diff --git a/ChangeLog b/ChangeLog index 0488c4c..b2dda9d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2001-06-01 Katsumi Yamaoka + + * 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 Merged MIME Parameter Value decoder. diff --git a/mel-b-el.el b/mel-b-el.el index 2937238..d72b8d8 100644 --- a/mel-b-el.el +++ b/mel-b-el.el @@ -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 diff --git a/mel-q.el b/mel-q.el index a5830d2..d0a9226 100644 --- a/mel-q.el +++ b/mel-q.el @@ -29,8 +29,11 @@ (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 ;;; -- 1.7.10.4