From 7ea85f5bd7e19fa5c787be84809c83e9d50da655 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Sun, 26 Nov 2000 20:28:54 +0000 Subject: [PATCH] (mm-uu-configure-list): Fix typo in :type. --- lisp/gnus/mm-uu.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2