From: Ted Zlatanov Date: Tue, 25 Nov 2014 16:45:20 +0000 (-0500) Subject: * net/gnutls.el (gnutls): Set :group to 'comm so it's near NSM. X-Git-Tag: emacs-25.0.90~2635^2~324 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c8a2d631966f6a9569d68a3ac08c186d044e3a88;p=emacs.git * net/gnutls.el (gnutls): Set :group to 'comm so it's near NSM. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7fb12913441..19ef782932b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -7,6 +7,8 @@ 2014-11-25 Teodor Zlatanov + * 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'. 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.