From: yamaoka Date: Fri, 19 Nov 1999 13:14:36 +0000 (+0000) Subject: (cl): Enclose the requiring procedure with `eval-when-compile' instead of X-Git-Tag: t-gnus-6_13_3-01~11 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=5509272d81b70d0d53faaacf3e47a22adb8a7b90;p=elisp%2Fgnus.git- (cl): Enclose the requiring procedure with `eval-when-compile' instead of `eval-and-compile'. --- diff --git a/lisp/gnus-mailcap.el b/lisp/gnus-mailcap.el index 462e0ee..d5330b9 100644 --- a/lisp/gnus-mailcap.el +++ b/lisp/gnus-mailcap.el @@ -26,7 +26,7 @@ ;;; Code: -(eval-and-compile +(eval-when-compile (require 'cl)) (require 'mail-parse)