Variable: binhex-decoder-program
binhex-decoder-program is a customizable variable defined in
binhex.el.gz.
Value
"hexbin"
Documentation
Non-nil value should be a string that names a binhex decoder.
The program should expect to read binhex data on its standard input and write the converted data to its standard output.
Source Code
;; Defined in /usr/src/emacs/lisp/mail/binhex.el.gz
(defcustom binhex-decoder-program "hexbin"
"Non-nil value should be a string that names a binhex decoder.
The program should expect to read binhex data on its standard
input and write the converted data to its standard output."
:type 'string)