From: Glenn Morris Date: Thu, 14 Sep 2017 20:38:29 +0000 (-0400) Subject: * lisp/net/tls.el (tls-program): Fix :version (do not merge to master). X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c3ff6712ad24fcf45874dc0665a8606e9b2208a4;p=emacs.git * lisp/net/tls.el (tls-program): Fix :version (do not merge to master). --- diff --git a/lisp/net/tls.el b/lisp/net/tls.el index 11aae635aae..866f987939b 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 "25.3" ; remove s_client + :version "25.4" ; remove s_client :group 'tls) (defcustom tls-process-connection-type nil