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

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

[elpa] externals/debbugs ea69942 155/311: Allow patching from non-MIME a


From: Stefan Monnier
Subject: [elpa] externals/debbugs ea69942 155/311: Allow patching from non-MIME articles
Date: Sun, 29 Nov 2020 18:42:01 -0500 (EST)

branch: externals/debbugs
commit ea6994205077f2ef7346d525ac5309b86fb6ffe1
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Allow patching from non-MIME articles
---
 debbugs-gnu.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debbugs-gnu.el b/debbugs-gnu.el
index ddfcd97..73c19d8 100644
--- a/debbugs-gnu.el
+++ b/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]