X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Fuudecode.el;h=b6781b959b6c017562c406416f11a2a097c562b2;hb=4cacb5f23eb830e6950dba987063f413977708d7;hp=b6d1cea2590fa1e37f6bbda1c4f3a7223b8867d3;hpb=aa5128c389ce456d803dc54ed86912c6c29ebdaa;p=elisp%2Fgnus.git- diff --git a/lisp/uudecode.el b/lisp/uudecode.el index b6d1cea..b6781b9 100644 --- a/lisp/uudecode.el +++ b/lisp/uudecode.el @@ -1,7 +1,7 @@ ;;; uudecode.el -- elisp native uudecode -;; Copyright (c) 1998, 1999, 2000, 2001, 2003, 2004 -;; Free Software Foundation, Inc. +;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, +;; 2005 Free Software Foundation, Inc. ;; Author: Shenghuo Zhu ;; Keywords: uudecode news @@ -20,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: @@ -52,7 +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 "21.4" + :version "22.1" :group 'gnus-extract :type 'boolean)