emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 2180852: Further fix for network-security-protocol-


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master 2180852: Further fix for network-security-protocol-checks
Date: Thu, 5 Sep 2019 07:26:14 -0400 (EDT)

branch: master
commit 2180852c72a3edb5b03074fb293fb995a9b9485d
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    Further fix for network-security-protocol-checks
    
    * lisp/net/nsm.el (network-security-protocol-checks): Fix the
    defcustom type some more (bug#37306).
---
 lisp/net/nsm.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/net/nsm.el b/lisp/net/nsm.el
index 1a5febe..11535a5 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]