From: Lars Ingebrigtsen Date: Sun, 27 Dec 2015 07:19:49 +0000 (+0100) Subject: Allow patching from non-MIME articles X-Git-Url: https://code.delx.au/gnu-emacs-elpa/commitdiff_plain/1177b81ebdb3d10cdf09c06772851e485f5e843f Allow patching from non-MIME articles --- 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)