]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/net/tls.el (tls-program): Tweak :version.
authorGlenn Morris <rgm@gnu.org>
Mon, 22 May 2017 23:08:10 +0000 (19:08 -0400)
committerGlenn Morris <rgm@gnu.org>
Mon, 22 May 2017 23:08:10 +0000 (19:08 -0400)
; To be reset if no 25.3 happens.

lisp/net/tls.el

index a31a1a033f1414fd2b4f58495da9a5474e7b3ae1..11aae635aae19f4e2fb2ea9fae7584b9da3071b9 100644 (file)
@@ -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