From 3749a6d20c50bdd9e186f403522278d88e202c13 Mon Sep 17 00:00:00 2001 From: morioka Date: Wed, 3 Jun 1998 00:30:57 +0000 Subject: [PATCH] Abolish variable `mime-raw-buffer-coding-system-alist'. --- mime-view.el | 4 ---- 1 file changed, 4 deletions(-) diff --git a/mime-view.el b/mime-view.el index 1aeebfa..24a5c70 100644 --- a/mime-view.el +++ b/mime-view.el @@ -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 ;;; -- 1.7.10.4