emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r107062: gnus-msg.el (gnus-summary-ma


From: Katsumi Yamaoka
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r107062: gnus-msg.el (gnus-summary-mail-forward): Respect the process marks, not the prefix, as documented (bug#10689).
Date: Thu, 02 Feb 2012 10:38:16 +0000
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 107062
author: Lars Ingebrigtsen <address@hidden>
committer: Katsumi Yamaoka <address@hidden>
branch nick: trunk
timestamp: Thu 2012-02-02 10:38:16 +0000
message:
  gnus-msg.el (gnus-summary-mail-forward): Respect the process marks, not the 
prefix, as documented (bug#10689).
modified:
  lisp/gnus/ChangeLog
  lisp/gnus/gnus-msg.el
=== modified file 'lisp/gnus/ChangeLog'
--- a/lisp/gnus/ChangeLog       2012-02-01 23:22:55 +0000
+++ b/lisp/gnus/ChangeLog       2012-02-02 10:38:16 +0000
@@ -1,3 +1,8 @@
+2012-02-02  Lars Ingebrigtsen  <address@hidden>
+
+       * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
+       not the prefix, as documented (bug#10689).
+
 2012-02-01  Lars Ingebrigtsen  <address@hidden>
 
        * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in

=== modified file 'lisp/gnus/gnus-msg.el'
--- a/lisp/gnus/gnus-msg.el     2012-01-19 07:21:25 +0000
+++ b/lisp/gnus/gnus-msg.el     2012-02-02 10:38:16 +0000
@@ -1230,7 +1230,7 @@
   (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))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]