(mime-entity-read-field): Would capitalize twice.
authorshuhei <shuhei>
Fri, 27 Apr 2001 13:26:23 +0000 (13:26 +0000)
committershuhei <shuhei>
Fri, 27 Apr 2001 13:26:23 +0000 (13:26 +0000)
mime.el

diff --git a/mime.el b/mime.el
index 56bdb1b..005790e 100644 (file)
--- a/mime.el
+++ b/mime.el
@@ -332,7 +332,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)
           )