comparison lisp/gnus/binhex.el @ 89983:0796fc36c2bd

Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-43 Merge from emacs--cvs-trunk--0 Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-553 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-557 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-558 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-559 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-561 Update from CVS * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-30 Update from CVS
author Miles Bader <miles@gnu.org>
date Tue, 21 Sep 2004 09:34:12 +0000
parents cce1c0ee76ee 497f0d2ca551
children 3ebd9bdb4fe5
comparison
equal deleted inserted replaced
89982:56440e073a4d 89983:0796fc36c2bd
48 :type '(repeat string)) 48 :type '(repeat string))
49 49
50 (defcustom binhex-use-external 50 (defcustom binhex-use-external
51 (executable-find binhex-decoder-program) 51 (executable-find binhex-decoder-program)
52 "*Use external binhex program." 52 "*Use external binhex program."
53 :version "21.4"
53 :group 'gnus-extract 54 :group 'gnus-extract
54 :type 'boolean) 55 :type 'boolean)
55 56
56 (defconst binhex-alphabet-decoding-alist 57 (defconst binhex-alphabet-decoding-alist
57 '(( ?\! . 0) ( ?\" . 1) ( ?\# . 2) ( ?\$ . 3) ( ?\% . 4) ( ?\& . 5) 58 '(( ?\! . 0) ( ?\" . 1) ( ?\# . 2) ( ?\$ . 3) ( ?\% . 4) ( ?\& . 5)