projects
/
elisp
/
semi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd8581c
)
(mime-content-type-parameter): New function.
author
morioka
<morioka>
Sat, 16 May 1998 02:38:39 +0000
(
02:38
+0000)
committer
morioka
<morioka>
Sat, 16 May 1998 02:38:39 +0000
(
02:38
+0000)
mime-parse.el
patch
|
blob
|
history
diff --git
a/mime-parse.el
b/mime-parse.el
index
0efa86e
..
2741a04
100644
(file)
--- a/
mime-parse.el
+++ b/
mime-parse.el
@@
-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
;;;