From: Lars Ingebrigtsen Date: Thu, 2 Feb 2012 10:38:16 +0000 (+0000) Subject: gnus-msg.el (gnus-summary-mail-forward): Respect the process marks, not the prefix... X-Git-Tag: emacs-pretest-24.0.94~359 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6631d4b6357f3f914f90d791035eeb78c979144d;p=emacs.git gnus-msg.el (gnus-summary-mail-forward): Respect the process marks, not the prefix, as documented (bug#10689). --- diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index f8b060f574b..b53fccb649c 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -1,3 +1,8 @@ +2012-02-02 Lars Ingebrigtsen + + * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks, + not the prefix, as documented (bug#10689). + 2012-02-01 Lars Ingebrigtsen * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in diff --git a/lisp/gnus/gnus-msg.el b/lisp/gnus/gnus-msg.el index c825c4251bb..cb5460f3ecf 100644 --- a/lisp/gnus/gnus-msg.el +++ b/lisp/gnus/gnus-msg.el @@ -1230,7 +1230,7 @@ For the \"inline\" alternatives, also see the variable (interactive "P") (if (cdr (gnus-summary-work-articles nil)) ;; Process marks are given. - (gnus-uu-digest-mail-forward arg post) + (gnus-uu-digest-mail-forward nil post) ;; No process marks. (let ((message-forward-as-mime message-forward-as-mime) (message-forward-show-mml message-forward-show-mml))