From 1177b81ebdb3d10cdf09c06772851e485f5e843f Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Sun, 27 Dec 2015 08:19:49 +0100 Subject: [PATCH] Allow patching from non-MIME articles --- packages/debbugs/debbugs-gnu.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/debbugs/debbugs-gnu.el b/packages/debbugs/debbugs-gnu.el index ddfcd97e4..73c19d820 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) -- 2.39.2