From 59de0a01e8fb59ff21f0ccb219eb1326ca6a1f95 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Tue, 27 Feb 2001 09:55:04 +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 772c0b8..700d055 100644 --- a/lisp/gnus.el +++ b/lisp/gnus.el @@ -1996,9 +1996,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