From: Lars Ingebrigtsen Date: Fri, 26 Jul 2019 12:17:14 +0000 (+0200) Subject: Add version tag to smtpmail-servers-requiring-authorization X-Git-Tag: emacs-27.0.90~1817^2~99 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=68789c9370f62e9288683591a1849fd3843e7a13;p=emacs.git Add version tag to smtpmail-servers-requiring-authorization * lisp/mail/smtpmail.el (smtpmail-servers-requiring-authorization): Add version tag. --- diff --git a/lisp/mail/smtpmail.el b/lisp/mail/smtpmail.el index acd6f145e71..f6fd1cd65eb 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.