emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] master 1177b81 1/3: Allow patching from non-MIME articles


From: Lars Ingebrigtsen
Subject: [elpa] master 1177b81 1/3: Allow patching from non-MIME articles
Date: Sun, 27 Dec 2015 20:35:13 +0000

branch: master
commit 1177b81ebdb3d10cdf09c06772851e485f5e843f
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    Allow patching from non-MIME articles
---
 packages/debbugs/debbugs-gnu.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/packages/debbugs/debbugs-gnu.el b/packages/debbugs/debbugs-gnu.el
index ddfcd97..73c19d8 100644
--- a/packages/debbugs/debbugs-gnu.el
+++ b/packages/debbugs/debbugs-gnu.el
@@ -1376,7 +1376,7 @@ If given a prefix, patch in the branch directory instead."
     (unless patch-buffers
       (gnus-summary-show-article 'raw)
       (article-decode-charset)
-      (push (current-buffer) patch-buffers))
+      (push gnus-article-buffer patch-buffers))
     (dolist (buffer patch-buffers)
       (with-current-buffer buffer
        (call-process-region (point-min) (point-max)



reply via email to

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