summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2019-07-26 14:17:14 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2019-07-26 14:17:14 +0200
commit68789c9370f62e9288683591a1849fd3843e7a13 (patch)
tree51c51e240b772a0a9b9e5548af69a997626c53dd
parent9436391e1b7453fb0e950e22ab523703aa8af307 (diff)
downloademacs-68789c9370f62e9288683591a1849fd3843e7a13.tar.gz
emacs-68789c9370f62e9288683591a1849fd3843e7a13.tar.bz2
emacs-68789c9370f62e9288683591a1849fd3843e7a13.zip
Add version tag to smtpmail-servers-requiring-authorization
* lisp/mail/smtpmail.el (smtpmail-servers-requiring-authorization): Add version tag.
-rw-r--r--lisp/mail/smtpmail.el3
1 files changed, 2 insertions, 1 deletions
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.