net/gnutls.el (gnutls-verify-error): Add version tag.

* net/gnutls.el (gnutls-verify-error): Add version tag.
This commit is contained in:
Ted Zlatanov 2013-12-23 07:51:51 -05:00
parent a0f20f21e0
commit b90aa4f440
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2013-12-23 Teodor Zlatanov <tzz@lifelogs.com>
* net/gnutls.el (gnutls-verify-error): Add version tag.
2013-12-23 Chong Yidong <cyd@gnu.org>
* subr.el (set-transient-map): Rename from

View file

@ -54,6 +54,7 @@ set this variable to \"normal:-dhe-rsa\"."
(defcustom gnutls-verify-error nil
"If non-nil, this should be a list of checks per hostname regex or t."
:group 'gnutls
:version "24.4"
:type '(choice
(const t)
(repeat :tag "List of hostname regexps with flags for each"