1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Further fix for network-security-protocol-checks

* lisp/net/nsm.el (network-security-protocol-checks): Fix the
defcustom type some more (bug#37306).
This commit is contained in:
Lars Ingebrigtsen 2019-09-05 13:26:08 +02:00
parent 71964ccc10
commit 2180852c72

View 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)