* elmo.el: Add autoload setting for elmo-nntp-post, fix against
authoryoichi <yoichi>
Tue, 24 Sep 2002 07:08:08 +0000 (07:08 +0000)
committeryoichi <yoichi>
Tue, 24 Sep 2002 07:08:08 +0000 (07:08 +0000)
the problem reported by Sean Rima [wl-en:180].

elmo/ChangeLog
elmo/elmo.el

index d0c8372..6dc496f 100644 (file)
@@ -1,3 +1,8 @@
+2002-09-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * elmo.el: Add autoload setting for elmo-nntp-post, fix against
+       the problem reported by Sean Rima [wl-en:180].
+
 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
 
        * elmo-imap4.el (elmo-imap4-parse-status): Skip white spaces after
index 547c88d..d1301a1 100644 (file)
@@ -1558,6 +1558,7 @@ Return a hashtable for newsgroups."
 
 ;; autoloads
 (autoload 'elmo-dop-queue-flush "elmo-dop")
+(autoload 'elmo-nntp-post "elmo-nntp")
 
 (require 'product)
 (product-provide (provide 'elmo) (require 'elmo-version))