From: ueno Date: Mon, 24 Sep 2001 14:49:44 +0000 (+0000) Subject: * mime-view.el (mime-view-default-mime-charset): Intern the "charset" parameter. X-Git-Tag: emiko-1_14_0~3 X-Git-Url: http://git.chise.org/gitweb/?p=elisp%2Fsemi.git;a=commitdiff_plain;h=1acf302a732bdf1217f07289c84b94421b34220a * mime-view.el (mime-view-default-mime-charset): Intern the "charset" parameter. --- 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)