projects
/
elisp
/
gnus.git-
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6107f0c
)
Require `cl' and `gnus-clfns' when compiling.
author
yamaoka
<yamaoka>
Fri, 7 Jan 2000 08:59:14 +0000
(08:59 +0000)
committer
yamaoka
<yamaoka>
Fri, 7 Jan 2000 08:59:14 +0000
(08:59 +0000)
lisp/rfc2231.el
patch
|
blob
|
history
diff --git
a/lisp/rfc2231.el
b/lisp/rfc2231.el
index
8ee24b9
..
8f58905
100644
(file)
--- a/
lisp/rfc2231.el
+++ b/
lisp/rfc2231.el
@@
-23,6
+23,9
@@
;;; Code:
+(eval-when-compile (require 'cl))
+(eval-when-compile (require 'gnus-clfns))
+
(require 'ietf-drums)
(defun rfc2231-get-value (ct attribute)