* gnus-art.el (gnus-use-idna)
authorKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 5 Dec 2007 23:45:58 +0000 (23:45 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 5 Dec 2007 23:45:58 +0000 (23:45 +0000)
* gnus-start.el (gnus-site-init-file)
* message.el (message-use-idna)
* mm-uu.el (mm-uu-hide-markers)
* smiley.el (smiley-style): Revert changes that suppress warnings.

lisp/ChangeLog
lisp/gnus-art.el
lisp/gnus-start.el
lisp/message.el
lisp/mm-uu.el
lisp/smiley.el

index 8e4d3ec..36fea24 100644 (file)
@@ -1,3 +1,11 @@
+2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-art.el (gnus-use-idna)
+       * gnus-start.el (gnus-site-init-file)
+       * message.el (message-use-idna)
+       * mm-uu.el (mm-uu-hide-markers)
+       * smiley.el (smiley-style): Revert changes that suppress warnings.
+
 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
index db41605..474830c 100644 (file)
@@ -1601,7 +1601,7 @@ It is a string, such as \"PGP\". If nil, ask user."
 
 (defcustom gnus-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))
   "Whether IDNA decoding of headers is used when viewing messages.
 This requires GNU Libidn, and by default only enabled if it is found."
   :version "22.1"
index 6e55062..144e884 100644 (file)
@@ -80,7 +80,7 @@ If a file with the `.el' or `.elc' suffixes exists, it will be read instead."
 (defcustom gnus-site-init-file
   (condition-case nil
       (concat (file-name-directory
-              (directory-file-name (symbol-value 'installation-directory)))
+              (directory-file-name installation-directory))
              "site-lisp/gnus-init")
     (error nil))
   "The site-wide Gnus Emacs-Lisp startup file name, or nil if none.
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)
index bc182be..693fe73 100644 (file)
@@ -236,7 +236,7 @@ To disable dissecting shar codes, for instance, add
 ;; 21 and XEmacs don't support it.
 (defcustom mm-uu-hide-markers
   (< 16 (or (and (fboundp 'defined-colors)
-                (length (eval '(defined-colors))))
+                (length (defined-colors)))
            (and (fboundp 'device-color-cells)
                 (device-color-cells))
            0))
index 2e30101..b0f1948 100644 (file)
@@ -62,7 +62,7 @@
 
 (defcustom smiley-style
   (if (or (and (fboundp 'face-attribute)
-              (>= (eval '(face-attribute 'default :height)) 160))
+              (>= (face-attribute 'default :height) 160))
          (and (fboundp 'face-height)
               (>= (face-height 'default) 14)))
       'medium