(mime-raw-buffer-coding-system-alist): Move setting for mh-show-mode.
authormorioka <morioka>
Sat, 14 Mar 1998 23:18:28 +0000 (23:18 +0000)
committermorioka <morioka>
Sat, 14 Mar 1998 23:18:28 +0000 (23:18 +0000)
mime-view.el

index 1b176f4..1e2e8b9 100644 (file)
@@ -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'.")