From 3ef70b4f7e6efabe8b0f881fd24530cb9a958178 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Mon, 11 Jun 2001 06:08:11 +0000 Subject: [PATCH] * gnus.el: Autoload "nnshimbun" for the command `gnus-group-make-shimbun-group'. --- ChangeLog | 5 +++++ lisp/gnus.el | 3 +++ 2 files changed, 8 insertions(+) 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) -- 1.7.10.4