From: Dave Love Date: Sun, 26 Nov 2000 20:28:54 +0000 (+0000) Subject: (mm-uu-configure-list): Fix typo in :type. X-Git-Tag: emacs-pretest-21.0.92~65 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7ea85f5bd7e19fa5c787be84809c83e9d50da655;p=emacs.git (mm-uu-configure-list): Fix typo in :type. --- diff --git a/lisp/gnus/mm-uu.el b/lisp/gnus/mm-uu.el index beae8409135..c7bab9dd4d3 100644 --- a/lisp/gnus/mm-uu.el +++ b/lisp/gnus/mm-uu.el @@ -124,7 +124,7 @@ To disable dissecting shar codes, for instance, add `(shar . disabled)' to this list." :type '(repeat (choice (const :tag "postscript" (postscript . disabled)) (const :tag "uu" (uu . disabled)) - (const :tag "binhax" (binhex . disabled)) + (const :tag "binhex" (binhex . disabled)) (const :tag "shar" (shar . disabled)) (const :tag "forward" (forward . disabled)))) :group 'gnus-article-mime