From cb08ffd045867051e354252e93e8c1d7fcc08890 Mon Sep 17 00:00:00 2001 From: morioka Date: Tue, 16 Jun 1998 19:12:45 +0000 Subject: [PATCH] (mime-view-display-entity): fixed. --- mime-view.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mime-view.el b/mime-view.el index 2187ea0..7623914 100644 --- a/mime-view.el +++ b/mime-view.el @@ -826,7 +826,7 @@ The compressed face will be piped to this command.") mime-view-ignored-field-list mime-view-visible-field-list (save-excursion (set-buffer raw-buffer) - (if (eq (cdr (assq major-mode mime-raw-representation-type)) + (if (eq (cdr (assq major-mode mime-raw-representation-type-alist)) 'binary) default-mime-charset) ))) -- 1.7.10.4