(mime-view-type-subtype-score-alist): Mismatched.
authormorioka <morioka>
Mon, 31 Aug 1998 13:17:32 +0000 (13:17 +0000)
committermorioka <morioka>
Mon, 31 Aug 1998 13:17:32 +0000 (13:17 +0000)
mime-view.el

index 93145fb..ffd2579 100644 (file)
@@ -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)