X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Fuudecode.el;h=b6781b959b6c017562c406416f11a2a097c562b2;hb=4cacb5f23eb830e6950dba987063f413977708d7;hp=ffb2eee4e7e8bbf6daf87e8740f1672b2833675b;hpb=49d38b41c190eaab2cb34294fac7302a9c9ea353;p=elisp%2Fgnus.git- diff --git a/lisp/uudecode.el b/lisp/uudecode.el index ffb2eee..b6781b9 100644 --- a/lisp/uudecode.el +++ b/lisp/uudecode.el @@ -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, 2002, 2003, 2004, +;; 2005 Free Software Foundation, Inc. ;; Author: Shenghuo Zhu ;; Keywords: uudecode news @@ -19,8 +20,8 @@ ;; You should have received a copy of the GNU General Public License ;; along with GNU Emacs; see the file COPYING. If not, write to the -;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, -;; Boston, MA 02111-1307, USA. +;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +;; Boston, MA 02110-1301, USA. ;;; Commentary: @@ -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)