* wl-score.el (toplevel): Remove (provide 'elmo-msgdb). And add
authorkaoru <kaoru>
Fri, 6 Oct 2000 16:35:16 +0000 (16:35 +0000)
committerkaoru <kaoru>
Fri, 6 Oct 2000 16:35:16 +0000 (16:35 +0000)
(require 'elmo-msgdb) for inline function.

wl/ChangeLog
wl/wl-score.el

index ffdce61..f93bfe6 100644 (file)
@@ -1,3 +1,8 @@
+2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
+       (require 'elmo-msgdb) for inline function.
+
 2000-10-06  Kenichi OKADA      <okada@opaopa.org>
 
        * wl-vars.el (wl-draft-queue-save-variables): Add variables.
index ff6ff78..095e9f7 100644 (file)
@@ -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