]> git.eshelyaron.com Git - emacs.git/commitdiff
(gnutls-algorithm-priority): Add missing :group tag.
authorTed Zlatanov <tzz@lifelogs.com>
Sun, 12 Feb 2012 21:40:25 +0000 (16:40 -0500)
committerTed Zlatanov <tzz@lifelogs.com>
Sun, 12 Feb 2012 21:40:25 +0000 (16:40 -0500)
lisp/ChangeLog
lisp/net/gnutls.el

index 5cee6b4d5c2b7c332ca40316c5ca42e4ff55cbff..a078c43cd6cbbf54478d26b33b427883b6f5c6d5 100644 (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.
index f53afa909930403bc484924b4b10c3f8a36b4d1d..5f1cb65782ec7b281e3e85a60ef74deffa1a22b2 100644 (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))