Import No Gnus v0.3.
[elisp/gnus.git-] / lisp / uudecode.el
index 5b74b5a..01c2db3 100644 (file)
@@ -50,6 +50,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 "22.1"
   :group 'gnus-extract
   :type 'boolean)
 
@@ -211,4 +212,5 @@ If FILE-NAME is non-nil, save the result to FILE-NAME."
 
 (provide 'uudecode)
 
+;;; arch-tag: e1f09ed5-62b4-4677-9f13-4e81c4fe8ce3
 ;;; uudecode.el ends here