diff options
Diffstat (limited to 'lisp/mail')
| -rw-r--r-- | lisp/mail/binhex.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/binhex.el b/lisp/mail/binhex.el index 4b903578a28..15f598fa224 100644 --- a/lisp/mail/binhex.el +++ b/lisp/mail/binhex.el | |||
| @@ -49,7 +49,7 @@ input and write the converted data to its standard output." | |||
| 49 | :type '(repeat string)) | 49 | :type '(repeat string)) |
| 50 | 50 | ||
| 51 | (defcustom binhex-use-external | 51 | (defcustom binhex-use-external |
| 52 | (executable-find binhex-decoder-program) | 52 | (not (not (executable-find binhex-decoder-program))) |
| 53 | "Use external binhex program." | 53 | "Use external binhex program." |
| 54 | :version "22.1" | 54 | :version "22.1" |
| 55 | :type 'boolean) | 55 | :type 'boolean) |