* lisp/mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
authorGlenn Morris <rgm@gnu.org>
Tue, 17 May 2011 02:40:34 +0000 (19:40 -0700)
committerGlenn Morris <rgm@gnu.org>
Tue, 17 May 2011 02:40:34 +0000 (19:40 -0700)
lisp/ChangeLog
lisp/mail/mail-utils.el

index 19ea787..844fcaa 100644 (file)
@@ -1,5 +1,7 @@
 2011-05-17  Glenn Morris  <rgm@gnu.org>
 
+       * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
+
        * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
        Replace obsolete function.
 
index 328a5d5..2e6f06a 100644 (file)
@@ -236,7 +236,7 @@ comma-separated list, and return the pruned list."
       (setq mail-dont-reply-to-names
            (concat
             ;; `rmail-default-dont-reply-to-names' is obsolete.
-            (if rmail-default-dont-reply-to-names
+            (if (bound-and-true-p rmail-default-dont-reply-to-names)
                 (concat rmail-default-dont-reply-to-names "\\|")
               "")
             (if (and user-mail-address