summaryrefslogtreecommitdiff
path: root/lisp/net/tls.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2017-05-22 19:08:10 -0400
committerGlenn Morris <rgm@gnu.org>2017-05-22 19:08:10 -0400
commitad2f52a14312b1b33f235103189b033b7ed87ddd (patch)
tree5892d4b4f0a74bcc4641209ff6a7b7854e211248 /lisp/net/tls.el
parentbc78276e81956b3caa8a5eb7ef26959fa4c84b7b (diff)
downloademacs-ad2f52a14312b1b33f235103189b033b7ed87ddd.tar.gz
; * lisp/net/tls.el (tls-program): Tweak :version.
; To be reset if no 25.3 happens.
Diffstat (limited to 'lisp/net/tls.el')
-rw-r--r--lisp/net/tls.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/tls.el b/lisp/net/tls.el
index a31a1a033f1..11aae635aae 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 "26.1" ; remove s_client
+ :version "25.3" ; remove s_client
:group 'tls)
(defcustom tls-process-connection-type nil