mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-31 20:02:42 +00:00
(gnutls-algorithm-priority): Add missing :group tag.
This commit is contained in:
parent
0bc5886ace
commit
fa9958a67e
@ -1,3 +1,8 @@
|
||||
2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
|
||||
|
||||
* net/gnutls.el (gnutls-algorithm-priority): Add missing :group
|
||||
tag.
|
||||
|
||||
2012-02-12 Alan Mackenzie <acm@muc.de>
|
||||
|
||||
Fix infinite loop with long macros.
|
||||
|
@ -47,6 +47,7 @@
|
||||
"If non-nil, this should be a TLS priority string.
|
||||
For instance, if you want to skip the \"dhe-rsa\" algorithm,
|
||||
set this variable to \"normal:-dhe-rsa\"."
|
||||
:group 'gnutls
|
||||
:type '(choice (const nil)
|
||||
string))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user