diff options
Diffstat (limited to 'lisp/mail/rfc2231.el')
-rw-r--r-- | lisp/mail/rfc2231.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/mail/rfc2231.el b/lisp/mail/rfc2231.el index 4da3641893b..103af55248a 100644 --- a/lisp/mail/rfc2231.el +++ b/lisp/mail/rfc2231.el @@ -22,6 +22,7 @@ ;;; Code: +(eval-when-compile (require 'cl-lib)) (require 'ietf-drums) (require 'rfc2047) (autoload 'mm-encode-body "mm-bodies") |