; * lisp/mail/uudecode.el (uudecode-use-external): Boolean value.

This commit is contained in:
Mattias Engdegård 2023-04-24 16:06:14 +02:00
parent 613591f384
commit de0b96c4ae

View file

@ -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)