From 1acf302a732bdf1217f07289c84b94421b34220a Mon Sep 17 00:00:00 2001 From: ueno Date: Mon, 24 Sep 2001 14:49:44 +0000 Subject: [PATCH] * mime-view.el (mime-view-default-mime-charset): Intern the "charset" parameter. --- mime-view.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mime-view.el b/mime-view.el index 5aab651..49866b1 100644 --- a/mime-view.el +++ b/mime-view.el @@ -1739,9 +1739,9 @@ If LINES is negative, scroll up LINES lines." ;; might be specified by `universal-coding-system-argument'. (and coding-system-for-read (coding-system-to-mime-charset coding-system-for-read))) - (mime-content-type-parameter - (mime-entity-content-type entity) - "charset") + (intern (mime-content-type-parameter + (mime-entity-content-type entity) + "charset")) default-mime-charset)) (defun mime-view-read-mime-charset (entity situation) -- 1.7.10.4