From: Glenn Morris Date: Thu, 14 Sep 2017 20:35:43 +0000 (-0400) Subject: * lisp/net/tls.el (tls-program): Fix :version. X-Git-Tag: emacs-26.0.90~173^2~11 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ce0aa058641cd7641db6dea6f3d79a30c1fd21f7;p=emacs.git * lisp/net/tls.el (tls-program): Fix :version. ; Ref: http://lists.gnu.org/archive/html/emacs-devel/2017-09/msg00401.html --- diff --git a/lisp/net/tls.el b/lisp/net/tls.el index e89584994d1..76c39b0bece 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 "26.1" ; remove s_client :group 'tls) (defcustom tls-process-connection-type nil