diff options
Diffstat (limited to 'lisp/gnus/uudecode.el')
-rw-r--r-- | lisp/gnus/uudecode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/uudecode.el b/lisp/gnus/uudecode.el index c969dfa17a1..7f269132775 100644 --- a/lisp/gnus/uudecode.el +++ b/lisp/gnus/uudecode.el @@ -51,7 +51,7 @@ input and write the converted data to its standard output." (defcustom uudecode-use-external (executable-find uudecode-decoder-program) "*Use external uudecode program." - :version "21.4" + :version "22.1" :group 'gnus-extract :type 'boolean) |