* net/gnutls.el (gnutls): Set :group to 'comm so it's near NSM.
This commit is contained in:
parent
7dbd10d530
commit
c8a2d63196
2 changed files with 3 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue