(mime-content-type-parameter): New function.
authormorioka <morioka>
Sat, 16 May 1998 02:38:39 +0000 (02:38 +0000)
committermorioka <morioka>
Sat, 16 May 1998 02:38:39 +0000 (02:38 +0000)
mime-parse.el

index 0efa86e..2741a04 100644 (file)
@@ -122,6 +122,10 @@ and return parsed it.  Format of return value is as same as
   "Return primary-type of CONTENT-TYPE."
   (cddr content-type))
 
+(defsubst mime-content-type-parameter (content-type parameter)
+  "Return PARAMETER value of CONTENT-TYPE."
+  (cdr (assoc parameter (mime-content-type-parameters content-type))))
+
 
 ;;; @ Content-Disposition
 ;;;