aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/gnus/qp.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/qp.el b/lisp/gnus/qp.el
index b9761bedbdd..26d3151bfc4 100644
--- a/lisp/gnus/qp.el
+++ b/lisp/gnus/qp.el
@@ -63,7 +63,7 @@ coding-system."
63 (let ((byte (string-to-int (buffer-substring (1+ (point)) 63 (let ((byte (string-to-int (buffer-substring (1+ (point))
64 (+ 3 (point))) 64 (+ 3 (point)))
65 16))) 65 16)))
66 (insert-byte byte 1) 66 (mm-insert-byte byte 1)
67 (delete-char 3) 67 (delete-char 3)
68 (unless (eq byte ?=) 68 (unless (eq byte ?=)
69 (backward-char)))) 69 (backward-char))))