From 3bf30e3d4b9caac45bc6476e2af8c517b80f494c Mon Sep 17 00:00:00 2001 From: Dave Love Date: Thu, 5 Sep 2002 17:50:38 +0000 Subject: [PATCH] (quoted-printable-decode-region): Use mm-insert-byte. --- lisp/gnus/qp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." (let ((byte (string-to-int (buffer-substring (1+ (point)) (+ 3 (point))) 16))) - (insert-byte byte 1) + (mm-insert-byte byte 1) (delete-char 3) (unless (eq byte ?=) (backward-char)))) -- 2.39.5