diff options
Diffstat (limited to 'lisp/gnus/binhex.el')
-rw-r--r-- | lisp/gnus/binhex.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/gnus/binhex.el b/lisp/gnus/binhex.el index 248e1c8d8e5..17103c1b4f3 100644 --- a/lisp/gnus/binhex.el +++ b/lisp/gnus/binhex.el @@ -50,6 +50,7 @@ input and write the converted data to its standard output." (defcustom binhex-use-external (executable-find binhex-decoder-program) "*Use external binhex program." + :version "21.4" :group 'gnus-extract :type 'boolean) |