From aaa55b0b1e0f5c539843a19911cdb25c006034b4 Mon Sep 17 00:00:00 2001 From: morioka Date: Mon, 31 Aug 1998 13:17:32 +0000 Subject: [PATCH] (mime-view-type-subtype-score-alist): Mismatched. --- mime-view.el | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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) -- 1.7.10.4