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:
parent
71964ccc10
commit
2180852c72
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue