Fixed mm-uu-configure-list custom type
authorPer Abrahamsen <abraham@dina.kvl.dk>
Wed, 25 Apr 2001 17:28:21 +0000 (17:28 +0000)
committerPer Abrahamsen <abraham@dina.kvl.dk>
Wed, 25 Apr 2001 17:28:21 +0000 (17:28 +0000)
lisp/ChangeLog
lisp/mm-uu.el

index 71727cc..ea6eb38 100644 (file)
@@ -1,3 +1,7 @@
+2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
+
+       * mm-uu.el (mm-uu-configure-list): Fixed customize type.
+
 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
 
        * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
index bbff39d..5f93e7b 100644 (file)
@@ -132,13 +132,10 @@ This can be either \"inline\" or \"attachment\".")
   "A list of mm-uu configuration.
 To disable dissecting shar codes, for instance, add
 `(shar . disabled)' to this list."
-  :type `(repeat (cons
-                 ,(cons 'choice
-                        (mapcar
-                         (lambda (entry)
-                           (cons 'item (car entry)))
-                         mm-uu-type-alist))
-                 (choice (item disabled))))
+  :type 'alist
+  :options (mapcar (lambda (entry)
+                    (list (car entry) '(const disabled)))
+                  mm-uu-type-alist)
   :group 'gnus-article-mime)
 
 ;; functions