From: kaoru Date: Wed, 20 Feb 2008 12:11:08 +0000 (+0000) Subject: Add (eval-when-compile (require 'static)). X-Git-Tag: wl-2_15_6-fixes~23 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f0b19cac673d2f170064acce9aac0b1a19b2c23;p=elisp%2Fwanderlust.git Add (eval-when-compile (require 'static)). --- diff --git a/elmo/ChangeLog b/elmo/ChangeLog index ca5a3bc..25fa2c0 100644 --- a/elmo/ChangeLog +++ b/elmo/ChangeLog @@ -1,3 +1,7 @@ +2008-02-20 TAKAHASHI Kaoru + + * elmo-util.el: Add (eval-when-compile (require 'static)). + 2008-02-19 TAKAHASHI Kaoru * mmimap.el: Remove (require 'static). diff --git a/elmo/elmo-util.el b/elmo/elmo-util.el index 2e7c597..430ca82 100644 --- a/elmo/elmo-util.el +++ b/elmo/elmo-util.el @@ -29,7 +29,9 @@ ;;; Code: ;; -(eval-when-compile (require 'cl)) +(eval-when-compile + (require 'cl) + (require 'static)) (require 'elmo-vars) (require 'elmo-date) (require 'mcharset)