* mime-view.el (mime-view-default-mime-charset): Intern the "charset" parameter.
authorueno <ueno>
Mon, 24 Sep 2001 14:49:44 +0000 (14:49 +0000)
committerueno <ueno>
Mon, 24 Sep 2001 14:49:44 +0000 (14:49 +0000)
mime-view.el

index 5aab651..49866b1 100644 (file)
@@ -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)