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:
b5541f7
)
(mime-entity-read-field): Would capitalize twice.
author
shuhei
<shuhei>
Fri, 27 Apr 2001 13:26:43 +0000
(13:26 +0000)
committer
shuhei
<shuhei>
Fri, 27 Apr 2001 13:26:43 +0000
(13:26 +0000)
mime.el
patch
|
blob
|
history
diff --git
a/mime.el
b/mime.el
index
5709032
..
bcb49dc
100644
(file)
--- a/
mime.el
+++ b/
mime.el
@@
-337,7
+337,7
@@
default value."
(prog1
field-name
(setq field-name (symbol-name field-name)))
- (intern (capitalize (capitalize field-name))))))
+ (intern (capitalize field-name)))))
(cond ((eq sym 'Content-Type)
(mime-entity-content-type entity)
)