emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/gnus/binhex.el


From: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/binhex.el
Date: Tue, 05 Feb 2002 02:08:46 -0500

Index: emacs/lisp/gnus/binhex.el
diff -c emacs/lisp/gnus/binhex.el:1.3 emacs/lisp/gnus/binhex.el:1.4
*** emacs/lisp/gnus/binhex.el:1.3       Sun Jul 15 13:42:53 2001
--- emacs/lisp/gnus/binhex.el   Tue Feb  5 02:08:46 2002
***************
*** 39,45 ****
  input and write the converted data to its standard output.")
  
  (defvar binhex-decoder-switches '("-d")
!   "*List of command line flags passed to the command named by 
binhex-decoder-program.")
  
  (defconst binhex-alphabet-decoding-alist
    '(( ?\! . 0) ( ?\" . 1) ( ?\# . 2) ( ?\$ . 3) ( ?\% . 4) ( ?\& . 5)
--- 39,45 ----
  input and write the converted data to its standard output.")
  
  (defvar binhex-decoder-switches '("-d")
!   "*List of command line flags passed to the command 
`binhex-decoder-program'.")
  
  (defconst binhex-alphabet-decoding-alist
    '(( ?\! . 0) ( ?\" . 1) ( ?\# . 2) ( ?\$ . 3) ( ?\% . 4) ( ?\& . 5)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]