From: Lars Ingebrigtsen Date: Thu, 5 Sep 2019 11:26:08 +0000 (+0200) Subject: Further fix for network-security-protocol-checks X-Git-Tag: emacs-27.0.90~1553^2~27 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2180852c72a3edb5b03074fb293fb995a9b9485d;p=emacs.git Further fix for network-security-protocol-checks * lisp/net/nsm.el (network-security-protocol-checks): Fix the defcustom type some more (bug#37306). --- diff --git a/lisp/net/nsm.el b/lisp/net/nsm.el index 1a5febeda0b..11535a5a5a1 100644 --- a/lisp/net/nsm.el +++ b/lisp/net/nsm.el @@ -171,7 +171,7 @@ otherwise. See also: `nsm-check-tls-connection', `nsm-save-host-names', `nsm-settings-file'" :version "27.1" - :type '(repeat (cons (symbol :tag "Check function") + :type '(repeat (list (symbol :tag "Check function") (choice :tag "Level" :value medium (const :tag "Low" low)