Variable: binhex-decoder-switches
binhex-decoder-switches is a customizable variable defined in
binhex.el.gz.
Value
("-d")
Documentation
List of command line flags passed to the command binhex-decoder-program.
Source Code
;; Defined in /usr/src/emacs/lisp/mail/binhex.el.gz
(defcustom binhex-decoder-switches '("-d")
"List of command line flags passed to the command `binhex-decoder-program'."
:type '(repeat string))