Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b90aa4f4
Commit
b90aa4f4
authored
Dec 23, 2013
by
Ted Zlatanov
Browse files
net/gnutls.el (gnutls-verify-error): Add version tag.
* net/gnutls.el (gnutls-verify-error): Add version tag.
parent
a0f20f21
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/net/gnutls.el
lisp/net/gnutls.el
+1
-0
No files found.
lisp/ChangeLog
View file @
b90aa4f4
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
...
...
lisp/net/gnutls.el
View file @
b90aa4f4
...
...
@@ -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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment