branch: externals/debbugs
commit a3f6bb852ead66f35ad34f70386be9d1a0bf2e9e
Author: Lars Ingebrigtsen <[email protected]>
Commit: Lars Ingebrigtsen <[email protected]>
* debbugs-gnu.el (debbugs-gnu-apply-patch): Really do QP decoding.
---
debbugs-gnu.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debbugs-gnu.el b/debbugs-gnu.el
index e4a962c..0a19bca 100644
--- a/debbugs-gnu.el
+++ b/debbugs-gnu.el
@@ -1472,7 +1472,7 @@ If given a prefix, patch in the branch directory instead."
(insert-buffer-substring (cdr elem))
(cond ((eq (car elem) 'base64)
(base64-decode-region (point-min) (point-max)))
- ((eq (car elem) 'qp)
+ ((eq (car elem) 'quoted-printable)
(quoted-printable-decode-region (point-min) (point-max))))
(debbugs-gnu-fix-patch dir)
(call-process-region (point-min) (point-max)