From: yoichi Date: Tue, 4 Feb 2003 19:15:36 +0000 (+0000) Subject: avoid compile warning X-Git-Tag: wl-2_11_2~2 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=f9b435996bf6906350dd06e204a04c2fd7fa00c1;p=elisp%2Fwanderlust.git avoid compile warning --- diff --git a/elmo/elmo-shimbun.el b/elmo/elmo-shimbun.el index b7d989f..f290028 100644 --- a/elmo/elmo-shimbun.el +++ b/elmo/elmo-shimbun.el @@ -33,6 +33,9 @@ (require 'elmo-dop) (require 'shimbun) +(eval-when-compile + (defun-maybe shimbun-servers-list ())) + (defcustom elmo-shimbun-check-interval 60 "*Check interval for shimbun." :type 'integer