diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2012-02-02 10:38:16 +0000 |
---|---|---|
committer | Katsumi Yamaoka <yamaoka@jpl.org> | 2012-02-02 10:38:16 +0000 |
commit | 6631d4b6357f3f914f90d791035eeb78c979144d (patch) | |
tree | 8010b19ac90224fdb7f55cc0925e8da86e8330dc /lisp/gnus/gnus-msg.el | |
parent | ba1d2c3e9231ac0988923ed34711c20c7f013e5a (diff) | |
download | emacs-6631d4b6357f3f914f90d791035eeb78c979144d.tar.gz emacs-6631d4b6357f3f914f90d791035eeb78c979144d.tar.bz2 emacs-6631d4b6357f3f914f90d791035eeb78c979144d.zip |
gnus-msg.el (gnus-summary-mail-forward): Respect the process marks, not the prefix, as documented (bug#10689).
Diffstat (limited to 'lisp/gnus/gnus-msg.el')
-rw-r--r-- | lisp/gnus/gnus-msg.el | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |