Synch with Oort Gnus.
authoryamaoka <yamaoka>
Wed, 25 Apr 2001 21:57:20 +0000 (21:57 +0000)
committeryamaoka <yamaoka>
Wed, 25 Apr 2001 21:57:20 +0000 (21:57 +0000)
lisp/ChangeLog
lisp/mm-uu.el

index c08489d..92fadbd 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 dd79e12..5893298 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