]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/net/tls.el (tls-program): Fix :version.
authorGlenn Morris <rgm@gnu.org>
Thu, 14 Sep 2017 20:35:43 +0000 (16:35 -0400)
committerGlenn Morris <rgm@gnu.org>
Thu, 14 Sep 2017 20:35:43 +0000 (16:35 -0400)
; Ref: http://lists.gnu.org/archive/html/emacs-devel/2017-09/msg00401.html

lisp/net/tls.el

index e89584994d191ce9ad7329f9cf032c57dd6fcd57..76c39b0becee635a567cb4b2e0b4a500743f5032 100644 (file)
@@ -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