(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 5cee6b4..a078c43 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 f53afa9..5f1cb65 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))