projects
/
elisp
/
semi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d31ec19
)
(mime-raw-buffer-coding-system-alist): Move setting for mh-show-mode.
author
morioka
<morioka>
Sat, 14 Mar 1998 23:18:28 +0000
(23:18 +0000)
committer
morioka
<morioka>
Sat, 14 Mar 1998 23:18:28 +0000
(23:18 +0000)
mime-view.el
patch
|
blob
|
history
diff --git
a/mime-view.el
b/mime-view.el
index
1b176f4
..
1e2e8b9
100644
(file)
--- a/
mime-view.el
+++ b/
mime-view.el
@@
-480,8
+480,7
@@
The compressed face will be piped to this command.")
(defvar mime-view-uuencode-encoding-name-list '("x-uue" "x-uuencode"))
(defvar mime-raw-buffer-coding-system-alist
- `((mh-show-mode . no-conversion)
- (t . ,(mime-charset-to-coding-system default-mime-charset)))
+ `((t . ,(mime-charset-to-coding-system default-mime-charset)))
"Alist of major-mode vs. corresponding coding-system of `mime-raw-buffer'.")