1
0
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:
Ted Zlatanov 2012-02-12 16:40:25 -05:00
parent 0bc5886ace
commit fa9958a67e
2 changed files with 6 additions and 0 deletions

View File

@ -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.

View File

@ -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))