* net/gnutls.el (gnutls): Set :group to 'comm so it's near NSM.
This commit is contained in:
@@ -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'.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user