]> code.delx.au - gnu-emacs-elpa/commitdiff
* debbugs-gnu.el (debbugs-gnu-apply-patch): Really do QP decoding.
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 4 Feb 2016 04:12:11 +0000 (15:12 +1100)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 4 Feb 2016 04:12:11 +0000 (15:12 +1100)
packages/debbugs/debbugs-gnu.el

index e4a962ca2bd18c97fa2084be30de5971dc0bf58d..0a19bca7c29ce57887699cd6dbc697a5698f4646 100644 (file)
@@ -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)