summaryrefslogtreecommitdiff
path: root/lisp/net/gnutls.el
diff options
context:
space:
mode:
authorTed Zlatanov <tzz@lifelogs.com>2014-11-25 11:45:20 -0500
committerTed Zlatanov <tzz@lifelogs.com>2014-11-25 11:45:36 -0500
commitc8a2d631966f6a9569d68a3ac08c186d044e3a88 (patch)
tree83972638933435ec6569e5dd28bc947381619921 /lisp/net/gnutls.el
parent7dbd10d530f9c5688ad76e5ddabf53e3cd5579cf (diff)
downloademacs-c8a2d631966f6a9569d68a3ac08c186d044e3a88.tar.gz
* net/gnutls.el (gnutls): Set :group to 'comm so it's near NSM.
Diffstat (limited to 'lisp/net/gnutls.el')
-rw-r--r--lisp/net/gnutls.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/gnutls.el b/lisp/net/gnutls.el
index 3ad92c4607a..cf8e6a48cb4 100644
--- a/lisp/net/gnutls.el
+++ b/lisp/net/gnutls.el
@@ -41,7 +41,7 @@
"Emacs interface to the GnuTLS library."
:version "24.1"
:prefix "gnutls-"
- :group 'net-utils)
+ :group 'comm)
(defcustom gnutls-algorithm-priority nil
"If non-nil, this should be a TLS priority string.