From 4d2e3ea80e993f752432937756365da22a18b8de Mon Sep 17 00:00:00 2001 From: teranisi Date: Mon, 23 Jul 2001 01:21:10 +0000 Subject: [PATCH] * elmo-util.el (toplevel): Require 'mcharset and 'pces. (Pointed out by Makoto Fujiwara ) --- elmo/ChangeLog | 5 +++++ elmo/elmo-util.el | 2 ++ 2 files changed, 7 insertions(+) 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) -- 1.7.10.4