From 2180852c72a3edb5b03074fb293fb995a9b9485d Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Thu, 5 Sep 2019 13:26:08 +0200 Subject: [PATCH] Further fix for network-security-protocol-checks * lisp/net/nsm.el (network-security-protocol-checks): Fix the defcustom type some more (bug#37306). --- lisp/net/nsm.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5