Mercurial > emacs
changeset 89080:f881acb1a123
(quoted-printable-decode-region): Use mm-insert-byte.
author | Dave Love <fx@gnu.org> |
---|---|
date | Thu, 05 Sep 2002 17:50:38 +0000 |
parents | f8c7d9276fb8 |
children | 46a348bc9e96 |
files | lisp/gnus/qp.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/gnus/qp.el Thu Sep 05 17:50:06 2002 +0000 +++ b/lisp/gnus/qp.el Thu Sep 05 17:50:38 2002 +0000 @@ -63,7 +63,7 @@ (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))))