From d46e72e9a54423fa8ecfcc553e0c904695bdceb4 Mon Sep 17 00:00:00 2001 From: morioka Date: Sat, 14 Mar 1998 23:10:20 +0000 Subject: [PATCH] Move `mime-raw-coding-system-alist' from mime-play.el to mime-view.el. --- mime-play.el | 5 ----- mime-view.el | 4 ++++ 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/mime-play.el b/mime-play.el index 0ccb3ed..3d060a5 100644 --- a/mime-play.el +++ b/mime-play.el @@ -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: diff --git a/mime-view.el b/mime-view.el index df61c09..4dc5cf8 100644 --- a/mime-view.el +++ b/mime-view.el @@ -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 -- 1.7.10.4