From: morioka Date: Wed, 21 Oct 1998 05:34:38 +0000 (+0000) Subject: Require `gnus' when compiling. X-Git-Tag: emh-1_10_0~2 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35ea23456b3413396dcddb040488133863ebb64b;p=elisp%2Femh.git Require `gnus' when compiling. --- diff --git a/emh-comp.el b/emh-comp.el index a326f1f..b91b335 100644 --- a/emh-comp.el +++ b/emh-comp.el @@ -30,6 +30,8 @@ (require 'mh-comp) (require 'mime-edit) +(eval-when-compile (require 'gnus)) + ;;; @ variable ;;;