(mime-content-type-parameter): Expand `mime-content-type-parameters'.
authorshuhei <shuhei>
Sun, 22 Apr 2001 02:27:00 +0000 (02:27 +0000)
committershuhei <shuhei>
Sun, 22 Apr 2001 02:27:00 +0000 (02:27 +0000)
mime-def.el

index 6177341..a77f014 100644 (file)
@@ -207,7 +207,7 @@ If method is nil, this field will not be encoded."
 
 (defsubst mime-content-type-parameter (content-type parameter)
   "Return PARAMETER value of CONTENT-TYPE."
-  (cdr (assoc parameter (mime-content-type-parameters content-type))))
+  (cdr (assoc parameter (cdr (cdr content-type)))))
 
 
 (defsubst mime-type/subtype-string (type &optional subtype)