Abolish variable `mime-raw-buffer-coding-system-alist'.
authormorioka <morioka>
Wed, 3 Jun 1998 00:30:57 +0000 (00:30 +0000)
committermorioka <morioka>
Wed, 3 Jun 1998 00:30:57 +0000 (00:30 +0000)
mime-view.el

index 1aeebfa..24a5c70 100644 (file)
@@ -688,10 +688,6 @@ 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
-  `((t . ,(mime-charset-to-coding-system default-mime-charset)))
-  "Alist of major-mode vs. corresponding coding-system of `mime-raw-buffer'.")
-
 
 ;;; @ buffer setup
 ;;;