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:
edd2397
)
(mh-display-msg): Use `insert-file-contents-as-raw-text'.
author
morioka
<morioka>
Fri, 5 Jun 1998 13:27:46 +0000
(13:27 +0000)
committer
morioka
<morioka>
Fri, 5 Jun 1998 13:27:46 +0000
(13:27 +0000)
emh.el
patch
|
blob
|
history
diff --git
a/emh.el
b/emh.el
index
78dc3a5
..
4594479
100644
(file)
--- a/
emh.el
+++ b/
emh.el
@@
-100,9
+100,7
@@
nil, `emh-automatic-mime-preview' is used as default value."
(setq abuf (get-buffer-create aname))
(set-buffer abuf)
)
- (let ((coding-system-for-read 'raw-text))
- (insert-file-contents msg-filename)
- )
+ (insert-file-contents-as-raw-text msg-filename)
(set-buffer-modified-p nil)
(setq buffer-read-only t)
(setq buffer-file-name msg-filename)