* net/gnutls.el (gnutls): Set :group to 'comm so it's near NSM.

This commit is contained in:
Ted Zlatanov 2014-11-25 11:45:20 -05:00
parent 7dbd10d530
commit c8a2d63196
2 changed files with 3 additions and 1 deletions

View file

@ -7,6 +7,8 @@
2014-11-25 Teodor Zlatanov <tzz@lifelogs.com>
* net/gnutls.el (gnutls): Set :group to 'comm so it's near NSM.
* net/nsm.el (nsm-check-tls-connection, nsm-save-host)
(nsm-warnings-ok-p): Use `gnutls-peer-status-warning-describe'.

View file

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