emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 53a1d09: * debbugs-gnu.el (debbugs-gnu-apply-patch): Reall


From: Lars Ingebrigtsen
Subject: [elpa] master 53a1d09: * debbugs-gnu.el (debbugs-gnu-apply-patch): Really do QP decoding.
Date: Thu, 04 Feb 2016 04:12:20 +0000

branch: master
commit 53a1d095ea9df30bc257b1b48adf773d0314d065
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    * debbugs-gnu.el (debbugs-gnu-apply-patch): Really do QP decoding.
---
 packages/debbugs/debbugs-gnu.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/packages/debbugs/debbugs-gnu.el b/packages/debbugs/debbugs-gnu.el
index e4a962c..0a19bca 100644
--- a/packages/debbugs/debbugs-gnu.el
+++ b/packages/debbugs/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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]