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:
62335be
)
(mime-parse-parameters-from-list): Downcase attribute name.
author
keiichi
<keiichi>
Wed, 24 Nov 1999 10:49:57 +0000
(10:49 +0000)
committer
keiichi
<keiichi>
Wed, 24 Nov 1999 10:49:57 +0000
(10:49 +0000)
mime-parse.el
patch
|
blob
|
history
diff --git
a/mime-parse.el
b/mime-parse.el
index
796d099
..
9d330e0
100644
(file)
--- a/
mime-parse.el
+++ b/
mime-parse.el
@@
-125,9
+125,9
@@
be the result."
0))
(encoded (if (match-beginning 4) t nil))
(parm (progn
- (setq name (substring name
- (match-beginning 1)
- (match-end 1)))
+ (setq name (downcase (substring name
+ (match-beginning 1)
+ (match-end 1))))
(or (assoc name rest)
(car (setq rest
(cons (make-mime-parameter name)