]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/net/tls.el (tls-program): Fix :version (do not merge to master).
authorGlenn Morris <rgm@gnu.org>
Thu, 14 Sep 2017 20:38:29 +0000 (16:38 -0400)
committerGlenn Morris <rgm@gnu.org>
Thu, 14 Sep 2017 20:38:29 +0000 (16:38 -0400)
lisp/net/tls.el

index 11aae635aae19f4e2fb2ea9fae7584b9da3071b9..866f987939b80fc9c55da80b97e1d76ea763837b 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 "25.4"                       ; remove s_client
   :group 'tls)
 
 (defcustom tls-process-connection-type nil