emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 68789c9: Add version tag to smtpmail-servers-requir


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master 68789c9: Add version tag to smtpmail-servers-requiring-authorization
Date: Fri, 26 Jul 2019 08:17:18 -0400 (EDT)

branch: master
commit 68789c9370f62e9288683591a1849fd3843e7a13
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    Add version tag to smtpmail-servers-requiring-authorization
    
    * lisp/mail/smtpmail.el
    (smtpmail-servers-requiring-authorization): Add version tag.
---
 lisp/mail/smtpmail.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/mail/smtpmail.el b/lisp/mail/smtpmail.el
index acd6f14..f6fd1cd 100644
--- a/lisp/mail/smtpmail.el
+++ b/lisp/mail/smtpmail.el
@@ -162,7 +162,8 @@ user/password credentials, and then retry using credentials 
if
 the server says that it requires it.  If the server name matches
 this regexp, smtpmail will send over the credentials on the first
 attempt."
-  :type '(choice regexp (const :tag "None" nil)))
+  :type '(choice regexp (const :tag "None" nil))
+  :version "27.1")
 
 ;; End of customizable variables.
 



reply via email to

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