projects
/
elisp
/
flim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d52641
)
Require `poem' for `string-to-char-list' when compiling.
author
keiichi
<keiichi>
Fri, 22 Dec 2000 05:02:09 +0000
(
05:02
+0000)
committer
keiichi
<keiichi>
Fri, 22 Dec 2000 05:02:09 +0000
(
05:02
+0000)
mel-q.el
patch
|
blob
|
history
diff --git
a/mel-q.el
b/mel-q.el
index
44b83c9
..
a5830d2
100644
(file)
--- 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
;;;