projects
/
elisp
/
gnus.git-
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2aa6e9
)
(mm-copy-to-buffer): Disable multibyte in ` *mm*' buffer.
author
keiichi
<keiichi>
Mon, 17 Sep 2001 01:12:52 +0000
(
01:12
+0000)
committer
keiichi
<keiichi>
Mon, 17 Sep 2001 01:12:52 +0000
(
01:12
+0000)
lisp/mm-decode.el
patch
|
blob
|
history
diff --git
a/lisp/mm-decode.el
b/lisp/mm-decode.el
index
5c22ffd
..
b48e447
100644
(file)
--- a/
lisp/mm-decode.el
+++ b/
lisp/mm-decode.el
@@
-360,6
+360,7
@@
to:
(search-forward-regexp "^\n" nil t)
(setq beg (point))
(set-buffer (generate-new-buffer " *mm*"))
+ (mm-disable-multibyte)
(insert-buffer-substring obuf beg)
(current-buffer))))