From: teranisi Date: Mon, 23 Jul 2001 01:21:10 +0000 (+0000) Subject: * elmo-util.el (toplevel): Require 'mcharset and 'pces. X-Git-Tag: wl-2_6_1~53 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=4d2e3ea80e993f752432937756365da22a18b8de;p=elisp%2Fwanderlust.git * elmo-util.el (toplevel): Require 'mcharset and 'pces. (Pointed out by Makoto Fujiwara ) --- diff --git a/elmo/ChangeLog b/elmo/ChangeLog index 95d7427..c88e31e 100644 --- a/elmo/ChangeLog +++ b/elmo/ChangeLog @@ -1,3 +1,8 @@ +2001-07-23 Yuuichi Teranishi + + * elmo-util.el (toplevel): Require 'mcharset and 'pces. + (Pointed out by Makoto Fujiwara ) + 2001-07-13 Yuuichi Teranishi * elmo2.el (elmo-msgdb-search): Use elmo-condition-in-msgdb-p instead diff --git a/elmo/elmo-util.el b/elmo/elmo-util.el index 6ee19ef..877a25a 100644 --- a/elmo/elmo-util.el +++ b/elmo/elmo-util.el @@ -32,6 +32,8 @@ (require 'elmo-vars) (require 'elmo-date) (eval-when-compile (require 'cl)) +(require 'mcharset) +(require 'pces) (require 'std11) (require 'eword-decode) (require 'utf7)