comparison lisp/gnus/binhex.el @ 59996:aac0a33f5772

Change release version from 21.4 to 22.1 throughout. Change development version from 21.3.50 to 22.0.50.
author Kim F. Storm <storm@cua.dk>
date Wed, 09 Feb 2005 15:50:47 +0000
parents 497f0d2ca551
children 18a818a2ee7c 3ebd9bdb4fe5
comparison
equal deleted inserted replaced
59995:8f4938738427 59996:aac0a33f5772
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 :version "22.1"
54 :group 'gnus-extract 54 :group 'gnus-extract
55 :type 'boolean) 55 :type 'boolean)
56 56
57 (defconst binhex-alphabet-decoding-alist 57 (defconst binhex-alphabet-decoding-alist
58 '(( ?\! . 0) ( ?\" . 1) ( ?\# . 2) ( ?\$ . 3) ( ?\% . 4) ( ?\& . 5) 58 '(( ?\! . 0) ( ?\" . 1) ( ?\# . 2) ( ?\$ . 3) ( ?\% . 4) ( ?\& . 5)