From: Glenn Morris Date: Mon, 22 May 2017 23:08:10 +0000 (-0400) Subject: ; * lisp/net/tls.el (tls-program): Tweak :version. X-Git-Tag: emacs-26.0.90~521^2~303 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ad2f52a14312b1b33f235103189b033b7ed87ddd;p=emacs.git ; * lisp/net/tls.el (tls-program): Tweak :version. ; To be reset if no 25.3 happens. --- 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