projects
/
elisp
/
flim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
078d420
)
(mime-content-type-parameter): Expand `mime-content-type-parameters'.
author
shuhei
<shuhei>
Sun, 22 Apr 2001 02:27:00 +0000
(
02:27
+0000)
committer
shuhei
<shuhei>
Sun, 22 Apr 2001 02:27:00 +0000
(
02:27
+0000)
mime-def.el
patch
|
blob
|
history
diff --git
a/mime-def.el
b/mime-def.el
index
6177341
..
a77f014
100644
(file)
--- a/
mime-def.el
+++ b/
mime-def.el
@@
-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)