+2001-03-06 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
+
+ * mime-edit.el (mime-edit-set-parameter): Get rid of the duplicated
+ optional fields.
+
2000-12-28 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
* mime-view.el: Revert to use `static'.
;; Change value
(concat (substring ctype 0 (match-beginning 1))
parameter "=" value
- (substring contype (match-end 1))
+ (substring ctype (match-end 1))
opt-fields)
(concat ctype "; " parameter "=" value opt-fields)
)))