From 63c5cf2953dd5622ae1883851b268fcd2b0dc586 Mon Sep 17 00:00:00 2001 From: keiichi Date: Fri, 22 Dec 2000 05:02:09 +0000 Subject: [PATCH] Require `poem' for `string-to-char-list' when compiling. --- mel-q.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mel-q.el b/mel-q.el index 44b83c9..a5830d2 100644 --- a/mel-q.el +++ b/mel-q.el @@ -27,7 +27,9 @@ (require 'mime-def) (require 'path-util) - +(eval-when-compile + ;; XXX: should provide char-list instead of string-to-char-list. + (require 'poem)) ;;; @ Quoted-Printable encoder ;;; -- 1.7.10.4