From: Glenn Morris Date: Tue, 17 May 2011 02:40:34 +0000 (-0700) Subject: * lisp/mail/mail-utils.el (mail-dont-reply-to): Silence compiler. X-Git-Tag: emacs-pretest-24.0.90~104^2~618^2~244 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2dd12e7ff01f09bc701aee77c03d50f52fc31033;p=emacs.git * lisp/mail/mail-utils.el (mail-dont-reply-to): Silence compiler. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 19ea787d4b8..844fcaad833 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2011-05-17 Glenn Morris + * mail/mail-utils.el (mail-dont-reply-to): Silence compiler. + * progmodes/idlw-shell.el (idlwave-shell-complete-filename): Replace obsolete function. diff --git a/lisp/mail/mail-utils.el b/lisp/mail/mail-utils.el index 328a5d50d34..2e6f06a6758 100644 --- a/lisp/mail/mail-utils.el +++ b/lisp/mail/mail-utils.el @@ -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