From: kaoru Date: Fri, 6 Oct 2000 16:35:16 +0000 (+0000) Subject: * wl-score.el (toplevel): Remove (provide 'elmo-msgdb). And add X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=f5c43f4a386adee4922c80a2e884164a18c58646;p=elisp%2Fwanderlust.git * wl-score.el (toplevel): Remove (provide 'elmo-msgdb). And add (require 'elmo-msgdb) for inline function. --- diff --git a/wl/ChangeLog b/wl/ChangeLog index ffdce61..f93bfe6 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,3 +1,8 @@ +2000-10-06 TAKAHASHI Kaoru + + * wl-score.el (toplevel): Remove (provide 'elmo-msgdb). And add + (require 'elmo-msgdb) for inline function. + 2000-10-06 Kenichi OKADA * wl-vars.el (wl-draft-queue-save-variables): Add variables. diff --git a/wl/wl-score.el b/wl/wl-score.el index ff6ff78..095e9f7 100644 --- a/wl/wl-score.el +++ b/wl/wl-score.el @@ -34,7 +34,7 @@ (require 'wl-vars) (require 'wl-util) (eval-when-compile - (provide 'elmo-msgdb)) + (require 'elmo-msgdb)) ; for inline functions (eval-when-compile (require 'cl)) ; dolist