* gnus.el: Autoload "nnshimbun" for the command
authoryamaoka <yamaoka>
Mon, 11 Jun 2001 06:08:11 +0000 (06:08 +0000)
committeryamaoka <yamaoka>
Mon, 11 Jun 2001 06:08:11 +0000 (06:08 +0000)
 `gnus-group-make-shimbun-group'.

ChangeLog
lisp/gnus.el

index 90f40a2..557da7e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-06-11  Katsumi Yamaoka <yamaoka@jpl.org>
+
+       * lisp/gnus.el: Autoload "nnshimbun" for the command `gnus-group-
+       make-shimbun-group'.
+
 2001-06-11  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
 
        * lisp/nnshimbun.el: Remove some garbage.
index 4995820..60ff855 100644 (file)
@@ -2123,6 +2123,9 @@ gnus-newsrc-hashtb should be kept so that both hold the same information.")
             (subrp (symbol-function 'base64-encode-string)))
   (require 'base64))
 
+;; To make shimbun groups.
+(autoload 'gnus-group-make-shimbun-group "nnshimbun" nil t)
+
 ;; A tool for the developers.
 (autoload 'find-cl-run-time-functions "gnus-clfns" nil t)