From ce0aa058641cd7641db6dea6f3d79a30c1fd21f7 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 14 Sep 2017 16:35:43 -0400 Subject: [PATCH] * lisp/net/tls.el (tls-program): Fix :version. ; Ref: http://lists.gnu.org/archive/html/emacs-devel/2017-09/msg00401.html --- 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 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 -- 2.39.5