emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 40db29f: * lisp/mail/sendmail.el (mail-from-style):


From: Glenn Morris
Subject: [Emacs-diffs] master 40db29f: * lisp/mail/sendmail.el (mail-from-style):
Date: Tue, 3 Jul 2018 01:07:23 -0400 (EDT)

branch: master
commit 40db29fc5562d416a2af6c2a45b9f3f5e6a302db
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * lisp/mail/sendmail.el (mail-from-style):
    Improve obsolescence message.
---
 lisp/mail/sendmail.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el
index aebc50f..29a1ae2 100644
--- a/lisp/mail/sendmail.el
+++ b/lisp/mail/sendmail.el
@@ -76,7 +76,7 @@ Otherwise, most addresses look like `angles', but they look 
like
   :group 'sendmail)
 (make-obsolete-variable
  'mail-from-style
- "Only the `angles' value is valid according to RFC2822" "27.1")
+ "only the `angles' value is valid according to RFC2822." "27.1" 'set)
 
 ;;;###autoload
 (defcustom mail-specify-envelope-from nil



reply via email to

[Prev in Thread] Current Thread [Next in Thread]