From dec820f32c03d6291d59e95b60567de923ac08e8 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Tue, 27 Feb 2001 09:53:58 +0000 Subject: [PATCH] * gnus.el: Add autoloads for `gnus-summary-digest-post-forward' and `gnus-summary-digest-mail-forward'. --- lisp/gnus.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lisp/gnus.el b/lisp/gnus.el index 3889f77..7252a40 100644 --- a/lisp/gnus.el +++ b/lisp/gnus.el @@ -1829,9 +1829,8 @@ gnus-newsrc-hashtb should be kept so that both hold the same information.") gnus-summary-resend-message gnus-summary-resend-bounced-mail gnus-summary-wide-reply gnus-summary-followup-to-mail gnus-summary-followup-to-mail-with-original gnus-bug - gnus-summary-wide-reply-with-original - gnus-summary-post-forward gnus-summary-wide-reply-with-original - gnus-summary-post-forward) + gnus-summary-wide-reply-with-original gnus-summary-post-forward + gnus-summary-digest-mail-forward gnus-summary-digest-post-forward) ("gnus-picon" :interactive t gnus-article-display-picons gnus-group-display-picons) ("gnus-picon" gnus-picons-buffer-name) -- 1.7.10.4