diff options
| -rw-r--r-- | lisp/gnus/mm-uu.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
| 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 |