comparison lisp/gnus/binhex.el @ 57153:497f0d2ca551

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
author Miles Bader <miles@gnu.org>
date Mon, 20 Sep 2004 12:03:05 +0000
parents 55fd4f77387a
children aac0a33f5772 0796fc36c2bd
comparison
equal deleted inserted replaced
57152:bb857995295b 57153:497f0d2ca551
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)