From: yamaoka Date: Mon, 11 Jun 2001 06:08:11 +0000 (+0000) Subject: * gnus.el: Autoload "nnshimbun" for the command X-Git-Tag: t-gnus-6_15_4-02-quimby~19 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ef70b4f7e6efabe8b0f881fd24530cb9a958178;p=elisp%2Fgnus.git- * gnus.el: Autoload "nnshimbun" for the command `gnus-group-make-shimbun-group'. --- diff --git a/ChangeLog b/ChangeLog index 90f40a2..557da7e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-06-11 Katsumi Yamaoka + + * lisp/gnus.el: Autoload "nnshimbun" for the command `gnus-group- + make-shimbun-group'. + 2001-06-11 TSUCHIYA Masatoshi * lisp/nnshimbun.el: Remove some garbage. diff --git a/lisp/gnus.el b/lisp/gnus.el index 4995820..60ff855 100644 --- a/lisp/gnus.el +++ b/lisp/gnus.el @@ -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)