diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2019-09-05 13:26:08 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2019-09-05 13:26:08 +0200 |
commit | 2180852c72a3edb5b03074fb293fb995a9b9485d (patch) | |
tree | 0d8c205082ea93148e161aca1c592b97c95a6d96 | |
parent | 71964ccc10029c5810f78a04353d657ff9a9d321 (diff) | |
download | emacs-2180852c72a3edb5b03074fb293fb995a9b9485d.tar.gz emacs-2180852c72a3edb5b03074fb293fb995a9b9485d.tar.bz2 emacs-2180852c72a3edb5b03074fb293fb995a9b9485d.zip |
Further fix for network-security-protocol-checks
* lisp/net/nsm.el (network-security-protocol-checks): Fix the
defcustom type some more (bug#37306).
-rw-r--r-- | lisp/net/nsm.el | 2 |
1 files changed, 1 insertions, 1 deletions
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) |