(gnus-summary-idna-message): Silence byte compiler.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Mon, 17 Jan 2005 00:11:34 +0000 (00:11 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Mon, 17 Jan 2005 00:11:34 +0000 (00:11 +0000)
lisp/ChangeLog
lisp/gnus-sum.el

index 49aa863..a334ce4 100644 (file)
@@ -1,3 +1,7 @@
+2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
+
 2005-01-16  Simon Josefsson  <jas@extundo.com>
 
        * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
index d551949..012b6eb 100644 (file)
@@ -8966,7 +8966,7 @@ installed for this command to work."
   (if (not (and (condition-case nil (require 'idna)
                  (file-error))
                (mm-coding-system-p 'utf-8)
-               (executable-find idna-program)))
+               (executable-find (symbol-value 'idna-program))))
       (gnus-message
        5 "GNU Libidn not installed properly (`idn' or `idna.el' missing)")
     (gnus-summary-select-article)