]> git.eshelyaron.com Git - emacs.git/commitdiff
Further fix for network-security-protocol-checks
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 5 Sep 2019 11:26:08 +0000 (13:26 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 5 Sep 2019 11:26:08 +0000 (13:26 +0200)
* lisp/net/nsm.el (network-security-protocol-checks): Fix the
defcustom type some more (bug#37306).

lisp/net/nsm.el

index 1a5febeda0b3b26ab1ce21d4948fc4ea306517ee..11535a5a5a1d4cd0a2adf9a2fcab997f9d267197 100644 (file)
@@ -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)