1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08: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