(quoted-printable-decode-region): Fix previous change.
authorKenichi Handa <handa@m17n.org>
Wed, 21 Aug 2002 01:32:03 +0000 (01:32 +0000)
committerKenichi Handa <handa@m17n.org>
Wed, 21 Aug 2002 01:32:03 +0000 (01:32 +0000)
lisp/gnus/qp.el

index 33cdb6e1a7f1e0e999549e767ed79a498b13976c..2e349e88799531c8ceb33c98a3efa27c000e4944 100644 (file)
@@ -63,7 +63,7 @@ coding-system."
                 (let ((byte (string-to-int (buffer-substring (1+ (point))
                                                              (+ 3 (point)))
                                            16)))
-                  (insert-byte byte)
+                  (insert-byte byte)
                   (delete-char 3)
                   (unless (eq byte ?=)
                     (backward-char))))