/[emacs]/emacs/lisp/gnus/binhex.el
ViewVC logotype

Diff of /emacs/lisp/gnus/binhex.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by pj, Sun Jul 15 17:42:53 2001 UTC revision 1.4 by pj, Tue Feb 5 07:08:46 2002 UTC
# Line 39  The program should expect to read binhex Line 39  The program should expect to read binhex
39  input and write the converted data to its standard output.")  input and write the converted data to its standard output.")
40    
41  (defvar binhex-decoder-switches '("-d")  (defvar binhex-decoder-switches '("-d")
42    "*List of command line flags passed to the command named by binhex-decoder-program.")    "*List of command line flags passed to the command `binhex-decoder-program'.")
43    
44  (defconst binhex-alphabet-decoding-alist  (defconst binhex-alphabet-decoding-alist
45    '(( ?\! . 0) ( ?\" . 1) ( ?\# . 2) ( ?\$ . 3) ( ?\% . 4) ( ?\& . 5)    '(( ?\! . 0) ( ?\" . 1) ( ?\# . 2) ( ?\$ . 3) ( ?\% . 4) ( ?\& . 5)

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26