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:
parent
e4157b9c92
commit
2dd12e7ff0
2 changed files with 3 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue