* gnus-art.el (gnus-use-idna)
[gnus] / lisp / message.el
index 152872c..c9d9395 100644 (file)
@@ -1600,7 +1600,7 @@ no, only reply back to the author."
 (defcustom message-use-idna (and (condition-case nil (require 'idna)
                                   (file-error))
                                 (mm-coding-system-p 'utf-8)
-                                (executable-find (symbol-value 'idna-program))
+                                (executable-find idna-program)
                                 (string= (idna-to-ascii "räksmörgås")
                                          "xn--rksmrgs-5wao1o")
                                 t)