Move `mime-raw-coding-system-alist' from mime-play.el to mime-view.el.
authormorioka <morioka>
Sat, 14 Mar 1998 23:10:20 +0000 (23:10 +0000)
committermorioka <morioka>
Sat, 14 Mar 1998 23:10:20 +0000 (23:10 +0000)
mime-play.el
mime-view.el

index 0ccb3ed..3d060a5 100644 (file)
@@ -326,11 +326,6 @@ It is registered to variable `mime-preview-quitting-method-alist'."
 ;;; @ message/partial
 ;;;
 
-(defvar mime-raw-coding-system-alist
-  `((mh-show-mode . no-conversion)
-    (t . ,(mime-charset-to-coding-system default-mime-charset)))
-  "Alist of major-mode vs. corresponding coding-system.")
-
 (defun mime-raw-write-region (start end filename)
   "Write current region into specified file.
 When called from a program, takes three arguments:
index df61c09..4dc5cf8 100644 (file)
@@ -479,6 +479,10 @@ The compressed face will be piped to this command.")
 
 (defvar mime-view-uuencode-encoding-name-list '("x-uue" "x-uuencode"))
 
+(defvar mime-raw-coding-system-alist
+  `((mh-show-mode . no-conversion)
+    (t . ,(mime-charset-to-coding-system default-mime-charset)))
+  "Alist of major-mode vs. corresponding coding-system.")
 
 
 ;;; @ buffer setup