1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-22 18:35:09 +00:00

* lisp/mail/mail-utils.el (mail-dont-reply-to): Silence compiler.

This commit is contained in:
Glenn Morris 2011-05-16 19:40:34 -07:00
parent e4157b9c92
commit 2dd12e7ff0
2 changed files with 3 additions and 1 deletions

View 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.

View 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