From: morioka Date: Wed, 17 Jun 1998 22:46:26 +0000 (+0000) Subject: Require 'cl when it is compiled. X-Git-Tag: chao-1_3_0_9~1 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=f939a360fd6f568bb68e0e61eef353f98e4f779b;p=elisp%2Fflim.git Require 'cl when it is compiled. --- diff --git a/mime-parse.el b/mime-parse.el index 1350651..287e14d 100644 --- a/mime-parse.el +++ b/mime-parse.el @@ -28,6 +28,8 @@ (require 'std11) (require 'mime-def) +(eval-when-compile (require 'cl)) + ;;; @ field parser ;;;