From f9b435996bf6906350dd06e204a04c2fd7fa00c1 Mon Sep 17 00:00:00 2001 From: yoichi Date: Tue, 4 Feb 2003 19:15:36 +0000 Subject: [PATCH] avoid compile warning --- elmo/elmo-shimbun.el | 3 +++ 1 file changed, 3 insertions(+) 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 -- 1.7.10.4