; * lisp/mail/uudecode.el (uudecode-use-external): Boolean value.
This commit is contained in:
parent
613591f384
commit
de0b96c4ae
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ input and write the converted data to its standard output."
|
|||
:type '(repeat string))
|
||||
|
||||
(defcustom uudecode-use-external
|
||||
(executable-find uudecode-decoder-program)
|
||||
(not (not (executable-find uudecode-decoder-program)))
|
||||
"Use external uudecode program."
|
||||
:version "22.1"
|
||||
:type 'boolean)
|
||||
|
|
Loading…
Add table
Reference in a new issue