diff options
| author | Lars Ingebrigtsen | 2019-09-05 13:26:08 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2019-09-05 13:26:08 +0200 |
| commit | 2180852c72a3edb5b03074fb293fb995a9b9485d (patch) | |
| tree | 0d8c205082ea93148e161aca1c592b97c95a6d96 | |
| parent | 71964ccc10029c5810f78a04353d657ff9a9d321 (diff) | |
| download | emacs-2180852c72a3edb5b03074fb293fb995a9b9485d.tar.gz 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. | |||
| 171 | See also: `nsm-check-tls-connection', `nsm-save-host-names', | 171 | See also: `nsm-check-tls-connection', `nsm-save-host-names', |
| 172 | `nsm-settings-file'" | 172 | `nsm-settings-file'" |
| 173 | :version "27.1" | 173 | :version "27.1" |
| 174 | :type '(repeat (cons (symbol :tag "Check function") | 174 | :type '(repeat (list (symbol :tag "Check function") |
| 175 | (choice :tag "Level" | 175 | (choice :tag "Level" |
| 176 | :value medium | 176 | :value medium |
| 177 | (const :tag "Low" low) | 177 | (const :tag "Low" low) |