projects
/
elisp
/
emh.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
181c0fb
)
(mh-display-msg): Set up `mime-raw-buffer' as unibyte.
author
morioka
<morioka>
Mon, 22 Jun 1998 13:39:31 +0000
(13:39 +0000)
committer
morioka
<morioka>
Mon, 22 Jun 1998 13:39:31 +0000
(13:39 +0000)
emh.el
patch
|
blob
|
history
diff --git
a/emh.el
b/emh.el
index
74d906f
..
abac116
100644
(file)
--- a/
emh.el
+++ b/
emh.el
@@
-99,6
+99,7
@@
nil, `emh-automatic-mime-preview' is used as default value."
)
(setq abuf (get-buffer-create aname))
(set-buffer abuf)
+ (set-buffer-multibyte nil)
)
(insert-file-contents-as-raw-text msg-filename)
(set-buffer-modified-p nil)