branch: externals/debbugs
commit ea6994205077f2ef7346d525ac5309b86fb6ffe1
Author: Lars Ingebrigtsen <[email protected]>
Commit: Lars Ingebrigtsen <[email protected]>
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)