Synch to No Gnus 200506270911.
[elisp/gnus.git-] / lisp / uudecode.el
index ffb2eee..7157adf 100644 (file)
@@ -1,6 +1,7 @@
 ;;; uudecode.el -- elisp native uudecode
 
-;; Copyright (c) 1998, 1999, 2000, 2001, 2003 Free Software Foundation, Inc.
+;; Copyright (c) 1998, 1999, 2000, 2001, 2003, 2004
+;;        Free Software Foundation, Inc.
 
 ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu>
 ;; Keywords: uudecode news
@@ -51,6 +52,7 @@ input and write the converted data to its standard output."
 (defcustom uudecode-use-external
   (exec-installed-p uudecode-decoder-program)
   "*Use external uudecode program."
+  :version "22.1"
   :group 'gnus-extract
   :type 'boolean)