projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f63e65a
)
(quoted-printable-decode-region): Fix previous change.
author
Kenichi Handa
<handa@m17n.org>
Wed, 21 Aug 2002 01:32:03 +0000
(
01:32
+0000)
committer
Kenichi Handa
<handa@m17n.org>
Wed, 21 Aug 2002 01:32:03 +0000
(
01:32
+0000)
lisp/gnus/qp.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/qp.el
b/lisp/gnus/qp.el
index 33cdb6e1a7f1e0e999549e767ed79a498b13976c..2e349e88799531c8ceb33c98a3efa27c000e4944 100644
(file)
--- 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)
+ (insert-byte
1
byte)
(delete-char 3)
(unless (eq byte ?=)
(backward-char))))