]> git.eshelyaron.com Git - emacs.git/commitdiff
Add version tag to smtpmail-servers-requiring-authorization
authorLars Ingebrigtsen <larsi@gnus.org>
Fri, 26 Jul 2019 12:17:14 +0000 (14:17 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 26 Jul 2019 12:17:14 +0000 (14:17 +0200)
* lisp/mail/smtpmail.el
(smtpmail-servers-requiring-authorization): Add version tag.

lisp/mail/smtpmail.el

index acd6f145e71286947bf5fef8d67e4630f4679500..f6fd1cd65eb8d330652ee622cc01c2ebaf3caa32 100644 (file)
@@ -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.