mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-18 02:47:36 +00:00
(gnutls-algorithm-priority): Add missing :group tag.
This commit is contained in:
parent
0bc5886ace
commit
fa9958a67e
2 changed files with 6 additions and 0 deletions
|
|
@ -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 a new issue