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