From 2875f0da91f48b36ed7631ccb53906b66c63fbaf Mon Sep 17 00:00:00 2001 From: yamaoka Date: Wed, 25 Nov 1998 02:14:24 +0000 Subject: [PATCH] Require RMAIL in a different way. ;; Commit by Hasebe Satoshi. --- lisp/gnus-util.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lisp/gnus-util.el b/lisp/gnus-util.el index c64da68..7d9dafa 100644 --- a/lisp/gnus-util.el +++ b/lisp/gnus-util.el @@ -35,8 +35,9 @@ (require 'nnheader) (require 'timezone) (require 'message) -(when (locate-library "rmail") - (eval-when-compile (require 'rmail))) +(eval-when-compile + (when (locate-library "rmail") + (require 'rmail))) (eval-and-compile (autoload 'nnmail-date-to-time "nnmail") -- 1.7.10.4