diff options
author | Miles Bader <miles@gnu.org> | 2004-09-20 12:03:05 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2004-09-20 12:03:05 +0000 |
commit | a08b59c91f0e684c0f6306ebb044dacb3bcce3b7 (patch) | |
tree | 6d6f2149f67609f3ac64261305c52fb86d0294ac /lisp/gnus/binhex.el | |
parent | 2d4a158aa239964d06f643fc37a944d91ddf49bb (diff) | |
download | emacs-a08b59c91f0e684c0f6306ebb044dacb3bcce3b7.tar.gz emacs-a08b59c91f0e684c0f6306ebb044dacb3bcce3b7.tar.bz2 emacs-a08b59c91f0e684c0f6306ebb044dacb3bcce3b7.zip |
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-558
Merge from gnus--rel--5.10
Patches applied:
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-30
Update from CVS
Diffstat (limited to 'lisp/gnus/binhex.el')
-rw-r--r-- | lisp/gnus/binhex.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/gnus/binhex.el b/lisp/gnus/binhex.el index 248e1c8d8e5..17103c1b4f3 100644 --- a/lisp/gnus/binhex.el +++ b/lisp/gnus/binhex.el @@ -50,6 +50,7 @@ input and write the converted data to its standard output." (defcustom binhex-use-external (executable-find binhex-decoder-program) "*Use external binhex program." + :version "21.4" :group 'gnus-extract :type 'boolean) |