From ad2f52a14312b1b33f235103189b033b7ed87ddd Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Mon, 22 May 2017 19:08:10 -0400 Subject: [PATCH] ; * lisp/net/tls.el (tls-program): Tweak :version. ; To be reset if no 25.3 happens. --- lisp/net/tls.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/net/tls.el b/lisp/net/tls.el index a31a1a033f1..11aae635aae 100644 --- a/lisp/net/tls.el +++ b/lisp/net/tls.el @@ -106,7 +106,7 @@ successful negotiation." (repeat :inline t :tag "Other" (string))) (list :tag "List of commands" (repeat :tag "Command" (string)))) - :version "26.1" ; remove s_client + :version "25.3" ; remove s_client :group 'tls) (defcustom tls-process-connection-type nil -- 2.39.2