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:
parent
e4157b9c92
commit
2dd12e7ff0
@ -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.
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user