diff options
Diffstat (limited to 'lisp/gnus/uudecode.el')
-rw-r--r-- | lisp/gnus/uudecode.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/gnus/uudecode.el b/lisp/gnus/uudecode.el index 086ece1cfd4..c969dfa17a1 100644 --- a/lisp/gnus/uudecode.el +++ b/lisp/gnus/uudecode.el @@ -51,6 +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" :group 'gnus-extract :type 'boolean) |