comparison lisp/gnus/mm-uu.el @ 33888:2c4faf64d4ca

(mm-uu-configure-list): Fix typo in :type.
author Dave Love <fx@gnu.org>
date Sun, 26 Nov 2000 20:28:54 +0000
parents 962073a4240a
children f04f551e94ce
comparison
equal deleted inserted replaced
33887:6ff26bad927b 33888:2c4faf64d4ca
122 "Alist of mm-uu configurations to disable. 122 "Alist of mm-uu configurations to disable.
123 To disable dissecting shar codes, for instance, add 123 To disable dissecting shar codes, for instance, add
124 `(shar . disabled)' to this list." 124 `(shar . disabled)' to this list."
125 :type '(repeat (choice (const :tag "postscript" (postscript . disabled)) 125 :type '(repeat (choice (const :tag "postscript" (postscript . disabled))
126 (const :tag "uu" (uu . disabled)) 126 (const :tag "uu" (uu . disabled))
127 (const :tag "binhax" (binhex . disabled)) 127 (const :tag "binhex" (binhex . disabled))
128 (const :tag "shar" (shar . disabled)) 128 (const :tag "shar" (shar . disabled))
129 (const :tag "forward" (forward . disabled)))) 129 (const :tag "forward" (forward . disabled))))
130 :group 'gnus-article-mime 130 :group 'gnus-article-mime
131 :set 'mm-uu-configure) 131 :set 'mm-uu-configure)
132 132