Variable: uudecode-decoder-program

uudecode-decoder-program is a customizable variable defined in uudecode.el.gz.

Value

"uudecode"

Documentation

Non-nil value should be a string that names a uu decoder.

The program should expect to read uu data on its standard input and write the converted data to its standard output.

Source Code

;; Defined in /usr/src/emacs/lisp/mail/uudecode.el.gz
(defcustom uudecode-decoder-program "uudecode"
  "Non-nil value should be a string that names a uu decoder.
The program should expect to read uu data on its standard
input and write the converted data to its standard output."
  :type 'string)