From: morioka Date: Mon, 31 Aug 1998 13:17:32 +0000 (+0000) Subject: (mime-view-type-subtype-score-alist): Mismatched. X-Git-Tag: semi-1_8_5~7 X-Git-Url: http://git.chise.org/gitweb/?p=elisp%2Fsemi.git;a=commitdiff_plain;h=aaa55b0b1e0f5c539843a19911cdb25c006034b4 (mime-view-type-subtype-score-alist): Mismatched. --- diff --git a/mime-view.el b/mime-view.el index 93145fb..ffd2579 100644 --- a/mime-view.el +++ b/mime-view.el @@ -466,10 +466,11 @@ Each elements are regexp of field-name.") MEDIA-TYPE must be (TYPE . SUBTYPE), TYPE or t. t means default." :group 'mime-view :type '(repeat (cons (choice :tag "Media-Type" - (item :tag "Type/Subtype" - (cons symbol symbol)) - (item :tag "Type" symbol) - (item :tag "Default" t)) + (cons :tag "Type/Subtype" + (symbol :tag "Primary-type") + (symbol :tag "Subtype")) + (symbol :tag "Type") + (const :tag "Default" t)) integer))) (defun mime-display-multipart/alternative (entity situation)